Skip to content

Commit

Permalink
Possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Aug 30, 2022
1 parent e503d71 commit 976e4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pr-checks/checks/init-with-registries.yml
Expand Up @@ -13,7 +13,7 @@ steps:
tools: ${{ steps.prepare-test.outputs.tools-url }}
config-file: ./.github/codeql/codeql-config-registries.yml
languages: javascript
registries-auth-tokens: https://ghcr.io/v2=${{ secrets.GITHUB_TOKEN }}
registries-auth-tokens: https://ghcr.io/v2/=${{ secrets.GITHUB_TOKEN }}
env:
TEST_MODE: true
- name: Verify packages installed
Expand Down
Expand Up @@ -8,5 +8,5 @@ packs:

registries:
# enforce using the registries block for all packs
- url: https://ghcr.io/v2
- url: https://ghcr.io/v2/
packages: "*"

0 comments on commit 976e4e2

Please sign in to comment.