diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 713c7a9a..ff103cf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,3 +26,21 @@ jobs: with: aws-region: us-east-1 - run: aws ec2 describe-regions + oidc_debug_test: + permissions: + contents: read + id-token: write + runs-on: ubuntu-latest + name: A test of the oidc debugger + steps: + - 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 }}'