From 5c016f9b48f66d46550d7e7fae6e89c4fa74bff9 Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Fri, 22 Nov 2024 16:49:47 -0800 Subject: [PATCH] Testing OIDC --- .github/workflows/integration-tests-azure.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 43a98ef..ed1967d 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -24,14 +24,15 @@ jobs: runs-on: ubuntu-latest steps: - - - # Checkout repository - - name: Checkout repository + - name: Checkout uses: actions/checkout@v4 - - name: Log in to GitHub Container Registry - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin + - name: Log in to the Container registry + uses: docker/login-action@v3.3.0 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Pull Docker image run: docker pull ghcr.io/microsoft/dbt-fabric:CI-3.11-msodbc17