Skip to content

Commit

Permalink
add: repo vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 19, 2024
1 parent 68abbf5 commit 4da204d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packer-build-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest

env:
AZURE_LOCATION: "West Europe"
AZURE_RESOURCE_GROUP: "wp10-silvija-rg"
AZURE_ACG: "wp10silvijaACG"
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
AZURE_RESOURCE_GROUP: ${{ vars.AZURE_RESOURCE_GROUP }}
AZURE_ACG: ${{ vars.AZURE_ACG }}

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 4da204d

Please sign in to comment.