Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 19, 2024
1 parent b8b623d commit 134394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packer-build-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Packer Build
run: |
packer build \
-var "${{ secrets.AZURE_CLIENT_ID }}" \
-var "client_id=${{ secrets.AZURE_CLIENT_ID }}" \
-var "client_secret=${{ secrets.AZURE_CLIENT_SECRET }}" \
-var "tenant_id=${{ secrets.AZURE_TENANT_ID }}" \
-var "subscription_id=${{ secrets.AZURE_SUBSCRIPTION_ID }}" \
Expand Down

0 comments on commit 134394b

Please sign in to comment.