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