Skip to content

Commit 2f62c70

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)