Skip to content

Commit 4dd7e86

Browse files
author
Søren Hansen
authored
Permissions (#42)
1 parent 49526a5 commit 4dd7e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
id: create_release
159159
uses: actions/create-release@v1
160160
env:
161-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
161+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
162162
with:
163163
tag_name: rust_${{ steps.get_version.outputs.VERSION }}
164164
release_name: ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)