diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5a97160b..2b4f749d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,22 +13,9 @@ env: jobs: deploy: runs-on: ubuntu-latest - permissions: - id-token: write # This is required for requesting the JWT steps: - # - name: Checkout - # uses: actions/checkout@v3 - - name: Checkout actions-oidc-debugger + - name: Checkout 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/YOUR_PROJECT_NUMBER/locations/global/workloadIdentityPools/YOUR_PROJECT_ID/providers/YOUR_WIF_PROVIDER_POOL_NAME' - name: Google auth id: auth