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 06fa21a commit 5dd2103Copy full SHA for 5dd2103
.github/workflows/hotspots.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Check and publish hotspots lib packs
77
working-directory: codeql-patched
78
env:
79
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
80
run: |
81
for LANG in "cpp" "csharp" "go" "java" "javascript" "python" "ruby" "swift"
82
do
0 commit comments