Skip to content

Commit

Permalink
dev: Login to Azure
Browse files Browse the repository at this point in the history
For integration testing.
  • Loading branch information
clemlesne committed Oct 27, 2024
1 parent 78e1daa commit 1f77dbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
test:
name: Test
permissions:
id-token: write
contents: read
runs-on: ubuntu-22.04
needs:
- init
Expand All @@ -63,6 +66,13 @@ jobs:
cache: pip
python-version: "3.12"

- name: Login to Azure
uses: Azure/[email protected]
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

- name: Cache pytest
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1f77dbc

Please sign in to comment.