From 2c2c5829fcfb6bf63e4c66bb512cde4e81efdc46 Mon Sep 17 00:00:00 2001 From: Rob Aleck Date: Thu, 12 Sep 2024 19:32:16 +0000 Subject: [PATCH] add audience to debug --- .github/workflows/deploy_to_pypi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_pypi.yml b/.github/workflows/deploy_to_pypi.yml index 9c90465..50fa66e 100644 --- a/.github/workflows/deploy_to_pypi.yml +++ b/.github/workflows/deploy_to_pypi.yml @@ -35,7 +35,9 @@ jobs: path: ./.github/actions/actions-oidc-debugger - name: Debug OIDC Claims uses: ./.github/actions/actions-oidc-debugger - + with: + audience: '${{ github.server_url }}/${{ github.repository_owner }}' + - name: get workspacedir # see https://github.com/actions/runner/issues/2058#issuecomment-1308554566 shell: bash