Skip to content

Commit 6df2e98

Browse files
Merge pull request #8 from tracel-ai/fix/ci
feat: use personnel token for ci
2 parents f1ce0d4 + 45be159 commit 6df2e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Create GitHub Release
4848
env:
49-
GH_TOKEN: ${{ github.token }}
49+
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
5050
run: |
5151
TAG="${{ steps.version.outputs.tag }}"
5252

0 commit comments

Comments
 (0)