Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf6637c

Browse files
authoredMar 2, 2025··
add secret map (#62)
1 parent eec7292 commit bf6637c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build.yml@main
1616
with:
1717
configuration: Release
18+
secrets:
19+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.