Skip to content

Commit

Permalink
Revert "use azure/login as auth for deploy"
Browse files Browse the repository at this point in the history
This reverts commit c1bc47d.
  • Loading branch information
elrayle committed Apr 26, 2024
1 parent c1bc47d commit ec4384a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/app-deploy-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ jobs:
}
]
# v3.0.1 passes when AZURE_WEBAPP_PUBLISH_PROFILE_PROD isn't set, but should fail.
# Added secret check above to ensure it is set.
- name: Deploy to Azure WebApp
uses: azure/[email protected]
with:
app-name: ${{ inputs.azure-webapp-name }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: '${{ inputs.image-name-with-tag }}'

0 comments on commit ec4384a

Please sign in to comment.