Skip to content

Commit 22013bf

Browse files
authored
ci: change credential secret for manual workflow
1 parent f76bf0c commit 22013bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload binaries to release
4343
uses: svenstaro/upload-release-action@v2
4444
with:
45-
repo_token: ${{ secrets.PAT }}
45+
repo_token: ${{ secrets.NEW_PAT }}
4646
file: dist.zip
4747
asset_name: dist.zip
4848
tag: ${{ inputs.name }}

0 commit comments

Comments
 (0)