Skip to content

Commit 170dc1f

Browse files
authored
Update cd.yml
1 parent 6f3d90e commit 170dc1f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
# run: dotnet test
2929

3030
- name: Add GitHub NuGet source
31-
run: dotnet nuget add source "https://nuget.pkg.github.com/01Dri/index.json" --name "github" --username "01Dri" --password "${{ secrets.DEFAULT_TOKEN }}" --store-password-in-clear-text
31+
run: dotnet nuget add source "https://nuget.pkg.github.com/01Dri/index.json" --name "github" --username "01Dri" --password "${{ secrets.NUGET_GITHUB_TOKEN }}" --store-password-in-clear-text
3232

3333
- name: Publish to GitHub Packages (NuGet)
34-
run: dotnet nuget push **/bin/Release/*.nupkg --source "github" --api-key "${{ secrets.DEFAULT_TOKEN }}"
34+
run: dotnet nuget push **/bin/Release/*.nupkg --source "github" --api-key "${{ secrets.NUGET_GITHUB_TOKEN }}"
35+

0 commit comments

Comments
 (0)