Skip to content

Commit

Permalink
Update resource group name variable in workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad0707 committed Mar 19, 2024
1 parent 67a397e commit 91ddf02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
permissions:
id-token: write
contents: read
env:
AZURE_RESOURCEGROUP_NAME: rg_sb_eastus_89803_1_171088057588

jobs:
# Lint the Bicep file.
Expand All @@ -22,7 +20,7 @@ jobs:
needs: lint
uses: ./.github/workflows/validate.yml
with:
resourceGroupName: ${{ env.AZURE_RESOURCEGROUP_NAME}}
resourceGroupName: ${{ inputs.AZURE_RESOURCEGROUP_NAME}}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
Expand Down

0 comments on commit 91ddf02

Please sign in to comment.