Skip to content

Commit 55040dc

Browse files
committed
Add a personal token so that this action can trigger other actions.
1 parent fec6c2e commit 55040dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: create_release
2020
uses: actions/create-release@v1
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2323
with:
2424
tag_name: ${{ github.ref }}
2525
release_name: ''

0 commit comments

Comments
 (0)