Skip to content

Commit

Permalink
Upper casing secret reference (#679)
Browse files Browse the repository at this point in the history
* Removed description field since it is not supported

* Changing secret reference to upper case
  • Loading branch information
ErikMogensen committed Sep 7, 2022
1 parent 8f581a9 commit e9a997a
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 @@ -80,6 +80,6 @@ jobs:
- name: Publish to Chocolatey
env:
CHOCO_TOKEN: ${{ secrets.ChocoToken }}
CHOCO_TOKEN: ${{ secrets.CHOKOTOKEN }}
run: |
choco push $env:NupkgFilename -k="$env:CHOCO_TOKEN"

0 comments on commit e9a997a

Please sign in to comment.