Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 9250344

Browse files
committed
github provide a token already
1 parent 2a06356 commit 9250344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
if: github.event_name == 'push' && github.ref == 'refs/heads/release'
3232
- run: |
3333
choco install nuget.commandline
34-
nuget sources add -name gpr -source https://nuget.pkg.github.com/trmcnvn/index.json -username trmcnvn -password ${{ secrets.GITHUB_API_TOKEN }}
34+
nuget sources add -name gpr -source https://nuget.pkg.github.com/trmcnvn/index.json -username trmcnvn -password ${{ secrets.GITHUB_TOKEN }}
3535
nuget push release-files/*.nupkg -source gpr
3636
if: github.event_name == 'push' && github.ref == 'refs/heads/release'

0 commit comments

Comments
 (0)