Skip to content

Commit

Permalink
Merge pull request #14 from sebassem/main
Browse files Browse the repository at this point in the history
Updating legacy GitHub actions
  • Loading branch information
sebassem authored Mar 21, 2024
2 parents d7fdce8 + 4371fa1 commit b4b061d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployAzGovViz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Connect Azure OIDC
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{secrets.CLIENT_ID}} #create this secret
tenant-id: ${{secrets.TENANT_ID}} #create this secret
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
#log again to avoid timeout before web publishing
- name: Connect Azure OIDC
if: env.WebAppPublish == 'true'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{secrets.CLIENT_ID}} #create this secret (GitHub/Setting/Secrets)
tenant-id: ${{secrets.TENANT_ID}} #create this secret
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployAzGovVizAccelerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Login to Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
Expand Down

0 comments on commit b4b061d

Please sign in to comment.