Skip to content

Commit

Permalink
update envname, and kbv name values
Browse files Browse the repository at this point in the history
  • Loading branch information
HadwaAbdelhalem committed Jan 17, 2024
1 parent 0570776 commit 7f148be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.pr.terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ jobs:
pull-requests: write
checks: write
with:
environmentName: ${{ github.event.inputs.environmentName }}
environmentName: ${{ needs.Setup.outputs.environmentName }}
terraformVersion: ${{ needs.Setup.outputs.terraformVersion }}
goVersion: "1.18.1"
keyVaultName: ${{ github.event.inputs.keyVaultName }}
branchName: ${{ github.ref_name }}
keyVaultName: ${{ needs.Setup.outputs.keyVaultName }}
branchName: ${{ github.head_ref }}
secrets:
azureEnviromentCredentials: ${{ secrets.AZURE_CREDENTIALS }}

Expand All @@ -140,9 +140,9 @@ jobs:
if: ${{ github.event.inputs.backupStateFiles == 'true' }}
uses: ./.github/workflows/template.terraform.report.yml
with:
environmentName: ${{ github.event.inputs.environmentName }}
keyVaultName: ${{ github.event.inputs.keyVaultName }}
branchName: ${{ github.ref_name }}
environmentName: ${{ needs.Setup.outputs.environmentName }}
keyVaultName: ${{ needs.Setup.outputs.keyVaultName }}
branchName: ${{ github.head_ref }}
secrets:
azureEnviromentCredentials: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit 7f148be

Please sign in to comment.