Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 494 Bytes

File metadata and controls

18 lines (13 loc) · 494 Bytes

This authenticates to the Azure and then the Azure Continare Regisry for IAM.

What it does

  • Auth to Azure via a Service Principal account (json)
  • Auth to Azure Container Registry (uwiam.azurecr.io)

How to use it

      - name: Auth to Azure
        uses: 'uwit-iam/action-auth-azure@main'
        with:
          credentials: "${{ secrets.AZURE_CREDENTIALS }}"
          # REQUIRED if you want private ACR container registry access
          enable_private_docker: true