Skip to content

Commit 13695f5

Browse files
committed
fix: 修复 github token
1 parent 95a4d01 commit 13695f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2727
- uses: actions/create-release@v1
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.ISYSCORE_GITHUB_TOKEN }}
3030
GIT_VERSION: ${{ steps.git_tag.outputs.VERSION }}
3131
with:
3232
tag_name: ${{ env.GIT_VERSION }}

0 commit comments

Comments
 (0)