From 6f791fb40f738fca756f7b6edc3252a5833a160a Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Mon, 18 Mar 2024 08:25:05 +0000 Subject: [PATCH] gha: credential-less access --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 973b85d..dc0ae58 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,9 +18,6 @@ jobs: runs-on: ubuntu-latest container: image: faasm.azurecr.io/cpp-sysroot:0.5.0 - credentials: - username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }} - password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }} steps: # --- Update code --- - name: "Checkout code"