Skip to content

Commit d90db43

Browse files
committed
Use TOKENBuild for release creation to trigger build workflows
1 parent d5e6845 commit d90db43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
277277
- name: '🚀 Create GitHub Release'
278278
env:
279-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
279+
GH_TOKEN: ${{ secrets.TOKENBuild }}
280280
PR_BODY: ${{ github.event.pull_request.body }}
281281
run: |
282282
TAG="${{ steps.version.outputs.version_tag }}"

0 commit comments

Comments
 (0)