From 193819ecdb31eeb711474dcf3ed9c839a967e05a Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Fri, 22 Nov 2024 15:39:31 -0800 Subject: [PATCH] Testing OIDC --- .github/workflows/integration-tests-azure.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index 1d5bb4d..3416076 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -1,14 +1,16 @@ --- -name: Integration tests on Azure +name: Integration tests on Fabric DW on: # yamllint disable-line rule:truthy workflow_dispatch: pull_request: branches: - oidc_connect + +permissions: + id-token: write + contents: read + jobs: - permissions: - id-token: write - contents: read integration-tests-azure: name: Regular strategy: