Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayanmullick committed Apr 9, 2024
1 parent 9410214 commit b243d3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/InfraJobsAzPSImg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- uses: actions/checkout@v4
- name: Deploy Governance resources
shell: pwsh
run: . ./3TierApp/HelperFunctions.ps1
run: |
. ./3TierApp/HelperFunctions.ps1
Connect-MySubscription -TenantId ${{ vars.MULLICKTENANTID }} -SubId ${{ vars.FTESUBID }} -ClientId ${{ vars.PSGHACTIONSCLIENTID }} -SPNPswd ${{ secrets.PSGHACTIONSSECRET }}
./3TierApp/GovResource.ps1
Expand All @@ -23,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
- name: Deploy Virtual machines
shell: pwsh
run: . ./3TierApp/HelperFunctions.ps1
run: |
. ./3TierApp/HelperFunctions.ps1
Connect-MySubscription -TenantId ${{ vars.MULLICKTENANTID }} -SubId ${{ vars.FTESUBID }} -ClientId ${{ vars.PSGHACTIONSCLIENTID }} -SPNPswd ${{ secrets.PSGHACTIONSSECRET }}
./GHActionTest/GetRG.ps1

0 comments on commit b243d3b

Please sign in to comment.