Skip to content

Commit 71ca1ae

Browse files
committed
added custom gh package token
1 parent a84151e commit 71ca1ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
dotnet test ${GITHUB_WORKSPACE}/Test
5959
- name: Push packages to GitHub Packages
6060
run: |
61-
dotnet nuget push ${GITHUB_WORKSPACE}/lib/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/egil/index.json --skip-duplicate
62-
dotnet nuget push ${GITHUB_WORKSPACE}/template/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/egil/index.json --skip-duplicate
61+
dotnet nuget push ${GITHUB_WORKSPACE}/lib/*.nupkg -k ${{ secrets.GH_PACKAGES_KEY }} -s https://nuget.pkg.github.com/egil/index.json --skip-duplicate
62+
dotnet nuget push ${GITHUB_WORKSPACE}/template/*.nupkg -k ${{ secrets.GH_PACKAGES_KEY }} -s https://nuget.pkg.github.com/egil/index.json --skip-duplicate

0 commit comments

Comments
 (0)