Skip to content

Commit 41681de

Browse files
authored
Fix permissions
1 parent 3fd55ef commit 41681de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Commit & Push Version Update
9999
env:
100-
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
100+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101101
run: |
102102
git config --global user.name "github-actions[bot]"
103103
git config --global user.email "github-actions@users.noreply.github.com"

0 commit comments

Comments
 (0)