Skip to content

Commit e8eae07

Browse files
committed
Fixed GITHUB_TOKEN
1 parent d1074d2 commit e8eae07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
id: create_release
9797
uses: actions/create-release@v1
9898
env:
99-
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
99+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
with:
101101
tag_name: ${{ steps.version.outputs.version }}
102102
release_name: SSH Remote Script Executor ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)