Skip to content

Commit

Permalink
Use standard GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Oct 2, 2024
1 parent d9bafe1 commit 54abc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
name: bin
path: .artifacts/bin
- run: |
dotnet nuget push .artifacts/bin/*.nupkg -s "https://nuget.pkg.github.com/terrajobst/index.json" -k ${{ secrets.GH_TOKEN }}
dotnet nuget push .artifacts/bin/*.nupkg -s "https://nuget.pkg.github.com/terrajobst/index.json" -k ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 54abc7f

Please sign in to comment.