Skip to content

Commit

Permalink
"Rename Azure environment variables to ARM prefix in GitHub workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Jun 25, 2024
1 parent 34d7f57 commit 63e354a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/add_owner_to_app_registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
add-owners-to-app-registrations-in-terraform:
runs-on: ubuntu-latest
env:
AZURE_CLIENT_ID: ${{ secrets.OWNER_SP_APP_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.OWNER_SP_APP_SECRET }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
ARM_CLIENT_ID: ${{ secrets.OWNER_SP_APP_ID }}
ARM_CLIENT_SECRET: ${{ secrets.OWNER_SP_APP_SECRET }}
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 63e354a

Please sign in to comment.