We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb6e2f commit e3c1dc8Copy full SHA for e3c1dc8
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
id: run-report
51
uses: ./
52
with:
53
- github_token: ${{ secrets.CI_READONLY_READ_TOKEN }}
+ github_token: ${{ secrets.PATCHER_FULL_REPO }}
54
patcher_command: report
55
working_dir: infrastructure-live
56
spec_file: spec.json
@@ -79,7 +79,7 @@ jobs:
79
id: run-update
80
81
82
83
patcher_command: update
84
85
0 commit comments