Skip to content

Commit

Permalink
change token names
Browse files Browse the repository at this point in the history
  • Loading branch information
Zt-freak committed Dec 16, 2022
1 parent 961b094 commit bc995a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Pack nugets
run: dotnet pack -c Release --no-build --output .
- name: GitHub auth
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Zt-freak/index.json"
run: dotnet nuget add source --username USERNAME --password ${{ secrets.HUB_API_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Zt-freak/index.json"
- name: Push to GitHub Packages
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.GITHUB_TOKEN}} --source "github"
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.HUB_API_TOKEN}} --source "github"

0 comments on commit bc995a5

Please sign in to comment.