Skip to content

Commit cfcffa4

Browse files
committed
ci: use DOWNSTREAM_TOKEN for notify_helm_charts step
1 parent 7a14dea commit cfcffa4

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
@@ -111,7 +111,7 @@ jobs:
111111
env:
112112
TAG: ${{ env.IMAGE_VERSION }}${{ env.IMAGE_VERSION_SUB_TAG }}
113113
with:
114-
github-token: ${{ secrets.GITHUB_TOKEN }}
114+
github-token: ${{ secrets.DOWNSTREAM_TOKEN }}
115115
script: |
116116
const { TAG } = process.env;
117117
const result = await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)