CI: Provide token when dispatching downstream workflow (#107215)

pull/107220/head
Kevin Minehart 2 days ago committed by GitHub
parent 9f6e0070f1
commit 8be4fc6e9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/release-build.yml

@ -89,6 +89,7 @@ jobs:
BUILD_ID: ${{ github.run_number }}
BUCKET: grafana-prerelease
with:
github-token: ${{ steps.generate_token.outputs.token }}
script: |
const {REF, VERSION, BUILD_ID, BUCKET} = process.env;

Loading…
Cancel
Save