Skip to content

Commit

Permalink
remove github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryliang122 committed Feb 20, 2023
1 parent 742d59c commit 3467d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ github.event.pull_request.title }}
release_name: Release ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 3467d61

Please sign in to comment.