Skip to content

Commit

Permalink
Use secrets API to access API Key
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Aug 20, 2023
1 parent aaa529a commit 6d5cd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: |
$fileName = ( Get-ChildItem -Path ./pulsar -Filter pulsar.*.nupkg )
Write-Host "Publishing $fileName to Chocolatey"
choco push $fileName --source https://push.chocolatey.org --api-key ${{ github.secrets.CHOCO_API_KEY }}
choco push $fileName --source https://push.chocolatey.org --api-key ${{ secrets.CHOCO_API_KEY }}

0 comments on commit 6d5cd36

Please sign in to comment.