Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 9fbab68

Browse files
committed
chore(ci): provide token to nuget publish step
1 parent 886f38b commit 9fbab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: src/Auth0.Fga/bin/Release/Auth0.Fga.*.nupkg
6767

6868
- name: Publish
69-
run: dotnet nuget push src/Auth0.Fga/bin/Release/Auth0.Fga.*.nupkg
69+
run: dotnet nuget push src/Auth0.Fga/bin/Release/Auth0.Fga.*.nupkg --api-key ${NUGET_AUTH_TOKEN}
7070
env:
7171
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
7272

0 commit comments

Comments
 (0)