mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
ci: use HYPERDX_INTERNAL_TOKEN for notify_helm_charts step (#986)
This commit is contained in:
parent
8b0b070377
commit
d617841a9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -162,7 +162,7 @@ jobs:
|
|||
env:
|
||||
TAG: ${{ env.IMAGE_VERSION }}${{ env.IMAGE_VERSION_SUB_TAG }}
|
||||
with:
|
||||
github-token: ${{ secrets.DOWNSTREAM_TOKEN }}
|
||||
github-token: ${{ secrets.HYPERDX_INTERNAL_TOKEN }}
|
||||
script: |
|
||||
const { TAG } = process.env;
|
||||
const result = await github.rest.actions.createWorkflowDispatch({
|
||||
|
|
|
|||
Loading…
Reference in a new issue