Skip to content

Commit 5532faf

Browse files
committed
Fix release GITHUB_TOKEN
1 parent dfda3ea commit 5532faf

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
@@ -18,7 +18,7 @@ jobs:
1818
id: create_release
1919
uses: elgohr/Github-Release-Action@v4
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
21+
GITHUB_TOKEN: ${{ github.token }}
2222
with:
2323
title: ${{ github.ref }}
2424
- name: Upload install.bat

0 commit comments

Comments
 (0)