Skip to content

Commit

Permalink
Fix env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Jan 19, 2024
1 parent e78cea8 commit c0e35fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ jobs:
SIGNING_CERT_NAME: ${{ steps.retrieve-secrets-windows.outputs.code-signing-cert-name }}
run: |
azuresigntool sign -v \
-kvu $env::SIGNING_VAULT_URL \
-kvi $env::SIGNING_CLIENT_ID \
-kvt $env::SIGNING_TENANT_ID \
-kvs $env::SIGNING_CLIENT_SECRET \
-kvc $env::SIGNING_CERT_NAME \
-kvu $SIGNING_VAULT_URL \
-kvi $SIGNING_CLIENT_ID \
-kvt $SIGNING_TENANT_ID \
-kvs $SIGNING_CLIENT_SECRET \
-kvc $SIGNING_CERT_NAME \
-fd sha256 \
-du https://bitwarden.com \
-tr http://timestamp.digicert.com \
Expand Down

0 comments on commit c0e35fe

Please sign in to comment.