From e4c51c30f687e20593837e7c8066e975dddaf698 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 26 Apr 2024 20:07:49 +0000 Subject: [PATCH] CI: Add explicit token to GitHub CLI usage --- .github/workflows/aggregate-audits.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/aggregate-audits.yml b/.github/workflows/aggregate-audits.yml index 5b1eccc06..546d37d3b 100644 --- a/.github/workflows/aggregate-audits.yml +++ b/.github/workflows/aggregate-audits.yml @@ -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 }}