We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef6d6c commit 9dbe334Copy full SHA for 9dbe334
1 file changed
.github/workflows/ci-cd.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Add GitHub Packages source
47
run: |
48
dotnet nuget remove source github || true
49
- dotnet nuget add source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --name github --username "${{ github.repository_owner }}" --password "${{ secrets.PAT_TOKEN }}" --store-password-in-clear-text
+ dotnet nuget add source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --name github --username "${{ github.repository_owner }}" --password "${{ secrets.GITHUB_TOKEN }}" --store-password-in-clear-text
50
51
52
- name: Publish to GitHub Packages
0 commit comments