Skip to content

Commit 6e99513

Browse files
committed
Release v0.1.1
1 parent ee13d5f commit 6e99513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: softprops/action-gh-release@v1
5252
with:
5353
generate_release_notes: true
54-
token: ${{ secrets.GITHUB_TOKEN }}
54+
token: ${{ secrets.GH_RELEASE_PAT }}
5555
body: |
5656
# Summary
5757
See the [CHANGELOG.md]((https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md))

0 commit comments

Comments
 (0)