We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d8e86 commit 13072bdCopy full SHA for 13072bd
1 file changed
.github/workflows/test.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Add PR URLs to findings
88
uses: actions/github-script@v8
89
with:
90
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GH_TOKEN }}
91
script: |
92
const fs = require('fs');
93
if (!process.env.FINDINGS_PATH || !fs.existsSync(process.env.FINDINGS_PATH)) {
@@ -160,7 +160,7 @@ jobs:
160
fi
161
done
162
env:
163
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
164
165
- name: Clean up cached findings
166
if: ${{ always() }}
0 commit comments