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 6f58c7f commit 2c90cc8Copy full SHA for 2c90cc8
.github/workflows/release.yaml
@@ -53,6 +53,8 @@ jobs:
53
54
- name: Release
55
uses: softprops/action-gh-release@v1
56
+ env:
57
+ GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
58
with:
59
tag_name: ${{ github.event.inputs.release-version}}
60
0 commit comments