Change to using a single input
This commit is contained in:
parent
1d92118146
commit
e9b47b1898
37 changed files with 173 additions and 112 deletions
10
.github/workflows/__init-with-registries.yml
generated
vendored
10
.github/workflows/__init-with-registries.yml
generated
vendored
|
|
@ -65,7 +65,15 @@ jobs:
|
|||
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: |
|
||||
[
|
||||
{
|
||||
"url": "https://ghcr.io/v2/",
|
||||
"packages": "*/*",
|
||||
"token": "${{ secrets.GITHUB_TOKEN }}"
|
||||
}
|
||||
]
|
||||
|
||||
env:
|
||||
TEST_MODE: true
|
||||
- name: Verify packages installed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue