Skip to content

Commit

Permalink
update CICD_PACKAGE_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ltm0203 committed Mar 7, 2024
1 parent 432153e commit df32852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build and pack nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: dotnet nuget push nupkg/*.nupkg --source "github"
working-directory: ./nupkg/dist
env:
NUGET_SOURCE: https://nuget.pkg.github.com/yoyocms/index.json
NUGET_SOURCE_APIKEY: ${{ secrets.GITHUB_TOKEN }}
NUGET_SOURCE: https://nuget.pkg.github.com/yoyoboot/index.json
NUGET_SOURCE_APIKEY: ${{ secrets.CICD_PACKAGE_GITHUB_TOKEN }}



Expand Down

0 comments on commit df32852

Please sign in to comment.