Skip to content

Commit cc9a6a2

Browse files
authored
Update cd.yml
1 parent 317da26 commit cc9a6a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Publish to NuGet
3131
env:
32-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
32+
NUGET_API_KEY: ${{ secrets.GITHUB_TOKEN }}
3333
run: |
34-
dotnet nuget push **/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
34+
dotnet nuget push **/bin/Release/*.nupkg --api-key $GITHUB_TOKEN --source https://nuget.pkg.github.com/01Dri/index.json"
3535

0 commit comments

Comments
 (0)