Skip to content

Commit 3faa77e

Browse files
Merge pull request #124381 from asears/patch-3
bump azure/login@v2
2 parents 660a7b4 + 7ef8270 commit 3faa77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/deploy-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ To use [user-level credentials](#1-generate-deployment-credentials), paste the e
196196
When you configure the GitHub workflow file later, you use the secret for the input `creds` of the [Azure/login](https://github.com/marketplace/actions/azure-login). For example:
197197

198198
```yaml
199-
- uses: azure/login@v1
199+
- uses: azure/login@v2
200200
with:
201201
creds: ${{ secrets.AZURE_CREDENTIALS }}
202202
```
@@ -301,4 +301,4 @@ Check out references on Azure GitHub Actions and workflows:
301301
- [Azure/k8s-deploy action](https://github.com/Azure/k8s-deploy)
302302
- [Actions workflows to deploy to Azure](https://github.com/Azure/actions-workflow-samples)
303303
- [Starter Workflows](https://github.com/actions/starter-workflows)
304-
- [Events that trigger workflows](https://docs.github.com/en/actions/reference/events-that-trigger-workflows)
304+
- [Events that trigger workflows](https://docs.github.com/en/actions/reference/events-that-trigger-workflows)

0 commit comments

Comments
 (0)