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 6bfc5af commit 8cde0afCopy full SHA for 8cde0af
.github/workflows/sync-codeql-bundle.yml
@@ -39,4 +39,4 @@ jobs:
39
if: ${{ steps.check.outputs.update == 'true' }}
40
run: gh release create ${{steps.check.outputs.tag}} --notes "Update to CodeQL version ${{steps.check.outputs.tag}}" -t "${{steps.check.outputs.tag}}"
41
env:
42
- GITHUB_TOKEN: ${{ secrets.PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments