From f6b9c962d23a7eb2832e14b1d37d9e8b14419f5d Mon Sep 17 00:00:00 2001 From: Ingerid Gjeitnes Hellen Date: Tue, 28 Feb 2023 10:03:11 +0100 Subject: [PATCH] docs(ci): add comment to azure login --- .github/workflows/deploy-to-radix.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-to-radix.yaml b/.github/workflows/deploy-to-radix.yaml index 1044549c..3fdca3a4 100644 --- a/.github/workflows/deploy-to-radix.yaml +++ b/.github/workflows/deploy-to-radix.yaml @@ -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: