| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ steps: | |||
| 13 | 13 | tools: ${{ steps.prepare-test.outputs.tools-url }} | |
| 14 | 14 | config-file: ./.github/codeql/codeql-config-registries.yml | |
| 15 | 15 | languages: javascript | |
| 16 | - registries-auth-tokens: https://ghcr.io/v2=${{ secrets.GITHUB_TOKEN }} | ||
| 16 | + registries-auth-tokens: https://ghcr.io/v2/=${{ secrets.GITHUB_TOKEN }} | ||
| 17 | 17 | env: | |
| 18 | 18 | TEST_MODE: true | |
| 19 | 19 | - name: Verify packages installed | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,5 +8,5 @@ packs: | |||
| 8 | 8 | ||
| 9 | 9 | registries: | |
| 10 | 10 | # enforce using the registries block for all packs | |
| 11 | - - url: https://ghcr.io/v2 | ||
| 11 | + - url: https://ghcr.io/v2/ | ||
| 12 | 12 | packages: "*" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments