Skip to content

Commit 87c99b2

Browse files
authored
fix: change NUGET_API_KEY -> NUGET_TOKEN (#67)
1 parent 63ecad0 commit 87c99b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
if: ${{ steps.release.outputs.releases_created }}
4141
run: |
4242
dotnet nuget push OpenFeature.${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.nupkg `
43-
--api-key ${{secrets.NUGET_API_KEY}} `
43+
--api-key ${{secrets.NUGET_TOKEN}} `
4444
--source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)