Skip to content

Commit 1f57591

Browse files
Fix auth for release action
1 parent 8aa8e65 commit 1f57591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- name: Create new patch release
1010
run: .github/scripts/release.py
1111
env:
12-
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)