Add integration test for using registries-auth-tokens

This commit is contained in:
Andrew Eisenberg 2022-08-29 18:19:08 -07:00
parent 0e98efa2bb
commit 1d92118146
3 changed files with 145 additions and 0 deletions

View file

@ -0,0 +1,12 @@
name: Pack testing in the CodeQL Action
disable-default-queries: true
packs:
javascript:
- dsp-testing/private-pack
- dsp-testing/codeql-pack1
registries:
# enforce using the registries block for all packs
- url: https://ghcr.io/v2/
packages: "*"