We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76bf0c commit 22013bfCopy full SHA for 22013bf
.github/workflows/manual.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Upload binaries to release
43
uses: svenstaro/upload-release-action@v2
44
with:
45
- repo_token: ${{ secrets.PAT }}
+ repo_token: ${{ secrets.NEW_PAT }}
46
file: dist.zip
47
asset_name: dist.zip
48
tag: ${{ inputs.name }}
0 commit comments