Skip to content

Commit

Permalink
Fix auth for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjankaczmarek authored Feb 23, 2023
1 parent 8aa8e65 commit 1f57591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- name: Create new patch release
run: .github/scripts/release.py
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1f57591

Please sign in to comment.