Skip to content

Commit 4544479

Browse files
committed
Incorporated OIDC for authenticating towards Azure in GH Action
1 parent 457da40 commit 4544479

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
@@ -35,7 +35,7 @@ jobs:
3535
run: cd hvalfangst_function && zip -r ../release.zip ./*
3636

3737
- name: Upload artifact for deployment job
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: hvalfangst-function-app
4141
path: |
@@ -50,7 +50,7 @@ jobs:
5050
url: ${{ steps.deploy-to-function.outputs.webapp-url }}
5151
steps:
5252
- name: Download artifact from build job
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v3
5454
with:
5555
name: hvalfangst-function-app
5656

@@ -62,7 +62,7 @@ jobs:
6262
id: deploy-to-function
6363
with:
6464
app-name: 'hvalfangstlinuxfunctionapp'
65-
slot-name: 'Production'
65+
slot-name: 'Production'
6666
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
6767
scm-do-build-during-deployment: true
6868
enable-oryx-build: true

0 commit comments

Comments
 (0)