Skip to content

Commit

Permalink
fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ocomes committed Jan 8, 2024
1 parent 11c9d10 commit 8cbfe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:

- uses: aammirmirza/Publish2PSGallery@PSGallery_v2
with:
NuGetApiKey: $(NUGETAPIKEY)
NuGetApiKey: ${{secrets.NUGETAPIKEY}}
modulePath: './'

0 comments on commit 8cbfe06

Please sign in to comment.