Skip to content

Commit ca83c75

Browse files
committed
fix: Add Production environment to workflow for NUGET_API_KEY access
- Added 'environment: Production' to job configuration - Allows workflow to access NUGET_API_KEY secret from Production environment - Fixes NuGet publish authentication
1 parent 52dee53 commit ca83c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
build-test-publish:
1616
runs-on: ubuntu-latest
17+
environment: Production
1718
permissions:
1819
contents: write # Required for creating GitHub Release and pushing to gh-pages
1920

0 commit comments

Comments
 (0)