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

This commit is contained in:
Kevin Minehart
2025-06-25 20:21:48 +00:00
committed by GitHub
parent 9f6e0070f1
commit 8be4fc6e9b
+1
View File
@@ -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;