We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee13d5f commit 6e99513Copy full SHA for 6e99513
.github/workflows/test_and_publish.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: softprops/action-gh-release@v1
52
with:
53
generate_release_notes: true
54
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_RELEASE_PAT }}
55
body: |
56
# Summary
57
See the [CHANGELOG.md]((https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md))
0 commit comments