Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ceschae committed Dec 3, 2024
1 parent 9fb6e2f commit 21ed214
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 21ed214

Please sign in to comment.