Skip to content

Commit

Permalink
BIT-2115: Add step to log in to Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode committed Mar 20, 2024
1 parent 14e2329 commit b40277a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
# run: |
# mint install xcbeautify

- name: Log In to Azure - CI Subscription
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
with:
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

- name: Generate project
run: |
mint run xcodegen xcodegen
Expand Down

0 comments on commit b40277a

Please sign in to comment.