We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa8e65 commit 1f57591Copy full SHA for 1f57591
.github/workflows/release.yaml
@@ -9,4 +9,4 @@ jobs:
9
- name: Create new patch release
10
run: .github/scripts/release.py
11
env:
12
- GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments