From 1c179716b4b46c903d2866d92753e6b09f9c0f51 Mon Sep 17 00:00:00 2001 From: Josh Furie Date: Fri, 19 Jul 2024 21:37:34 -0700 Subject: [PATCH] fix(debug): remove debug logs --- .github/workflows/develop.deploy-functions.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index f3526d2ca..5a1c3c5d0 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -23,17 +23,6 @@ jobs: id-token: 'write' steps: - - name: Checkout actions-oidc-debugger - uses: actions/checkout@v3 - with: - repository: github/actions-oidc-debugger - ref: main - token: ${{ secrets.GITHUB_TOKEN }} - path: ./.github/actions/actions-oidc-debugger - - name: Debug OIDC Claims - uses: ./.github/actions/actions-oidc-debugger - with: - audience: 'projects/244612473611/locations/global/workloadIdentityPools/aspirex-dev/providers/github-actions' - name: Checkout repository uses: 'actions/checkout@v4'