Skip to content

Commit

Permalink
"Removed env block and updated echo statement in 'Owners added for Ap…
Browse files Browse the repository at this point in the history
…p registration' step"
  • Loading branch information
githubofkrishnadhas committed Jun 25, 2024
1 parent 6f39984 commit d0ddfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/add_owner_to_app_registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ jobs:
terraform apply --auto-approve "plan.out"
- name: Owners added for App registration
env:
OWNERS: ${{ github.event.inputs.app_registration_owners }}
run: |
echo "App registration owners - $OWNERS"
echo App registration owners - ${{ inputs.app_registration_owner }}
- name: Process Completed
run: echo "Completed...."
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ env:

I used Github secrets on the workflow for authentication.

#### Refer [configuring-the-service-principal-in-terraform](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_secret#configuring-the-service-principal-in-terraform)
####` Refer [configuring-the-service-principal-in-terraform](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_secret#configuring-the-service-principal-in-terraform)

0 comments on commit d0ddfa4

Please sign in to comment.