Skip to content

Commit 9dbe334

Browse files
committed
token
1 parent bef6d6c commit 9dbe334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Add GitHub Packages source
4747
run: |
4848
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
49+
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
5050
5151
5252
- name: Publish to GitHub Packages

0 commit comments

Comments
 (0)