Skip to content

Commit

Permalink
Merge pull request #184 from sveawebpay/dependabot/github_actions/azu…
Browse files Browse the repository at this point in the history
…re/webapps-deploy-3

Bump azure/webapps-deploy from 2 to 3
  • Loading branch information
lounge authored Dec 7, 2023
2 parents a99f391 + 06b3dca commit c876410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_publish_webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
MerchantSettings.WebhookUri: https://svea-webpay-sdk-001-${{ inputs.Environment }}.azurewebsites.net/api/svea/shippingvalidation/?marketId={marketId}

- name: 'Run Azure webapp deploy using publish profile credentials'
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: ${{ secrets.AZURE_WEBAPP_NAME }} # Replace with your app name
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} # Define secret variable in repository settings as per action documentation
Expand Down

0 comments on commit c876410

Please sign in to comment.