Skip to content

Commit 4f5e29b

Browse files
authored
Merge pull request #55 from gruntwork-io/caitlin/test-secret-ci
replacing expired secret
2 parents 9fb6e2f + e3c1dc8 commit 4f5e29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: run-report
5151
uses: ./
5252
with:
53-
github_token: ${{ secrets.CI_READONLY_READ_TOKEN }}
53+
github_token: ${{ secrets.PATCHER_FULL_REPO }}
5454
patcher_command: report
5555
working_dir: infrastructure-live
5656
spec_file: spec.json
@@ -79,7 +79,7 @@ jobs:
7979
id: run-update
8080
uses: ./
8181
with:
82-
github_token: ${{ secrets.CI_READONLY_READ_TOKEN }}
82+
github_token: ${{ secrets.PATCHER_FULL_REPO }}
8383
patcher_command: update
8484
working_dir: infrastructure-live
8585
spec_file: spec.json

0 commit comments

Comments
 (0)