From e3c1dc87226b2b3b1179c79ec2eda87c243b4315 Mon Sep 17 00:00:00 2001 From: Caitlin Schaefer Date: Tue, 3 Dec 2024 13:08:17 -0800 Subject: [PATCH] new secret for patcher-action ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 297bdca..68f6ca0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: id: run-report uses: ./ with: - github_token: ${{ secrets.CI_READONLY_READ_TOKEN }} + github_token: ${{ secrets.PATCHER_FULL_REPO }} patcher_command: report working_dir: infrastructure-live spec_file: spec.json @@ -79,7 +79,7 @@ jobs: id: run-update uses: ./ with: - github_token: ${{ secrets.CI_READONLY_READ_TOKEN }} + github_token: ${{ secrets.PATCHER_FULL_REPO }} patcher_command: update working_dir: infrastructure-live spec_file: spec.json