Merge pull request #1376 from zcash/fix-audit-aggregation-workflow

CI: Add explicit token to GitHub CLI usage
This commit is contained in:
Daira-Emma Hopwood 2024-04-27 10:03:07 +01:00 committed by GitHub
commit de24462993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ jobs:
gh api repos/zcash/rust-ecosystem/dispatches
--field event_type="aggregate-audits"
--field client_payload[sha]="$GITHUB_SHA"
env:
GH_TOKEN: ${{ github.token }}