mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
chore: add github token to quality tests (#1056)
This commit is contained in:
parent
b01678d192
commit
5ff7b07748
1 changed files with 2 additions and 0 deletions
2
.github/workflows/validations.yaml
vendored
2
.github/workflows/validations.yaml
vendored
|
@ -155,6 +155,8 @@ jobs:
|
|||
|
||||
- name: Run quality tests
|
||||
run: make quality
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Integration-Test:
|
||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||
|
|
Loading…
Reference in a new issue