ci: use HYPERDX_INTERNAL_TOKEN for notify_helm_charts step (#986)

This commit is contained in:
Warren 2025-07-09 07:26:20 -07:00 committed by GitHub
parent 8b0b070377
commit d617841a9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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({