We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e503d71 commit 976e4e2Copy full SHA for 976e4e2
pr-checks/checks/init-with-registries.yml
@@ -13,7 +13,7 @@ steps:
13
tools: ${{ steps.prepare-test.outputs.tools-url }}
14
config-file: ./.github/codeql/codeql-config-registries.yml
15
languages: javascript
16
- registries-auth-tokens: https://ghcr.io/v2=${{ secrets.GITHUB_TOKEN }}
+ registries-auth-tokens: https://ghcr.io/v2/=${{ secrets.GITHUB_TOKEN }}
17
env:
18
TEST_MODE: true
19
- name: Verify packages installed
tests/multi-language-repo/.github/codeql/codeql-config-registries.yml
@@ -8,5 +8,5 @@ packs:
8
9
registries:
10
# enforce using the registries block for all packs
11
- - url: https://ghcr.io/v2
+ - url: https://ghcr.io/v2/
12
packages: "*"
0 commit comments