We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc7b65 commit 8d5c4daCopy full SHA for 8d5c4da
1 file changed
.github/workflows/ai-review.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
RUNNER_URL: ${{ secrets.RUNNER_URL }}
19
RUNNER_HMAC_SECRET: ${{ secrets.RUNNER_HMAC_SECRET }}
20
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.RUNNER_GH_PAT }}
21
shell: bash
22
run: |
23
set -euo pipefail
0 commit comments