fix CI azure login

This commit is contained in:
2026-04-15 12:36:07 -06:00
parent 08cdb941a4
commit 076c36bc85

View File

@@ -2,7 +2,7 @@ name: Build and Deploy
on: on:
push: push:
branches: [main, azure-deploy] branches: [main]
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
@@ -13,6 +13,7 @@ jobs:
permissions: permissions:
contents: read contents: read
packages: write packages: write
id-token: write
steps: steps:
- name: Checkout - name: Checkout
@@ -50,7 +51,9 @@ jobs:
- name: Log in to Azure - name: Log in to Azure
uses: azure/login@v1 uses: azure/login@v1
with: with:
creds: ${{ secrets.AZURE_CREDENTIALS }} client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Deploy backend - name: Deploy backend
run: | run: |