From 3134bf8766a74ec5778018213fbaa91b1e18ae83 Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:18:07 +0200 Subject: [PATCH] debug --- .github/workflows/pulumi-preview.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/pulumi-preview.yml b/.github/workflows/pulumi-preview.yml index b66f182..67ea757 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -61,6 +61,19 @@ jobs: key: python-3.12-pulumi-${{ hashFiles('**/poetry.lock') }} restore-keys: | python-3.12-pulumi- + + - name: Checkout actions-oidc-debugger + uses: actions/checkout@v3 + with: + repository: github/actions-oidc-debugger + ref: main + token: ${{ secrets.your-checkout-token }} + path: ./.github/actions/actions-oidc-debugger + - name: Debug OIDC Claims + uses: ./.github/actions/actions-oidc-debugger + with: + audience: "${{ github.server_url }}/${{ github.repository_owner }}" + - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 with: