chore: add github token to quality tests (#1056)

This commit is contained in:
Keith Zantow 2023-01-11 13:48:02 -05:00 committed by GitHub
parent b01678d192
commit 5ff7b07748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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