Skip to content

Commit ee1d26e

Browse files
committed
Updates NuGet package publish secret
- Renames the API key secret used for authenticating with NuGet. - Improves clarity and aligns with updated secret naming conventions in the CI/CD pipeline.
1 parent 756772a commit ee1d26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: startsWith(github.ref, 'refs/tags/')
8787
run: |
8888
dotnet nuget push ./artifacts/*.nupkg \
89-
--api-key ${{ secrets.NUGET_API_KEY }} \
89+
--api-key ${{ secrets.EIGHTBOT_NUGET_APIKEY }} \
9090
--source https://api.nuget.org/v3/index.json \
9191
--skip-duplicate
9292

0 commit comments

Comments
 (0)