Skip to content

Commit

Permalink
docs(ci): add comment to azure login
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeridhellen committed Mar 1, 2023
1 parent dcedc16 commit f6b9c96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-radix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
steps:
- uses: actions/checkout@master

# You'll need an app registration with a Federated Credential for this to
# work. Note that the credential will need to specify a branch name. This
# step will therefore fail for all branches not mentioned in the credentials
- name: Az CLI login
uses: azure/login@v1
with:
Expand Down

0 comments on commit f6b9c96

Please sign in to comment.