CI: Add explicit token to GitHub CLI usage

This commit is contained in:
Jack Grigg 2024-04-26 20:07:49 +00:00
parent 081be32443
commit e4c51c30f6
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 }}