Skip to content

Commit 8641c55

Browse files
committed
fix secrets
1 parent 0e54bca commit 8641c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Publish to Choco
5050
env:
51-
CHOCO_API_KEY: ${{ secrets.SuperSecret }}
51+
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
5252
run: |
5353
5454
cd aptos-core
@@ -83,6 +83,6 @@ jobs:
8383
8484
choco pack --version $VERSION configuration=release
8585
86-
choco push aptos.$VERSION.nupkg -k $env:CHOCO_API_KEY --source https://push.chocolatey.org/
86+
choco push aptos.$VERSION.nupkg -k "$env:CHOCO_API_KEY" --source https://push.chocolatey.org/
8787
8888
Set-Location -Path ".."

0 commit comments

Comments
 (0)