Skip to content

Commit e0838b0

Browse files
committed
workflow release: move to default gh token
1 parent 88d05b7 commit e0838b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: create_release
3131
uses: actions/create-release@v1
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
with:
3535
tag_name: ${{ github.ref }}
3636
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)