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 6566bbf commit 28b7fb4Copy full SHA for 28b7fb4
.github/workflows/release.yaml
@@ -34,5 +34,5 @@ jobs:
34
- name: Save release artifacts
35
uses: softprops/action-gh-release@v2
36
with:
37
- token: ${{ secrets.ACCESS_TOKEN }}
+ token: ${{ github.token }}
38
files: release/*
0 commit comments