Skip to content

Commit

Permalink
Merge pull request #55 from gruntwork-io/caitlin/test-secret-ci
Browse files Browse the repository at this point in the history
replacing expired secret
  • Loading branch information
ZachGoldberg authored Dec 3, 2024
2 parents 9fb6e2f + e3c1dc8 commit 4f5e29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f5e29b

Please sign in to comment.