Skip to content

Commit d617841

Browse files
authored
ci: use HYPERDX_INTERNAL_TOKEN for notify_helm_charts step (#986)
1 parent 8b0b070 commit d617841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
env:
163163
TAG: ${{ env.IMAGE_VERSION }}${{ env.IMAGE_VERSION_SUB_TAG }}
164164
with:
165-
github-token: ${{ secrets.DOWNSTREAM_TOKEN }}
165+
github-token: ${{ secrets.HYPERDX_INTERNAL_TOKEN }}
166166
script: |
167167
const { TAG } = process.env;
168168
const result = await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)