Skip to content

Commit 60498f1

Browse files
committed
Incorporated OIDC for authenticating towards Azure in GH Action
1 parent bded8b9 commit 60498f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
deploy-function:
4646
runs-on: ubuntu-latest
4747
needs: build-function
48-
permissions:
49-
id-token: write
50-
contents: read
48+
environment:
49+
name: 'Production'
50+
url: ${{ steps.deploy-to-function.outputs.webapp-url }}
5151
steps:
5252
- name: Download artifact from build job
5353
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)