diff --git a/.github/workflows/deploy_to_pypi.yml b/.github/workflows/deploy_to_pypi.yml index 4ec4d90..9c90465 100644 --- a/.github/workflows/deploy_to_pypi.yml +++ b/.github/workflows/deploy_to_pypi.yml @@ -31,7 +31,7 @@ jobs: with: repository: github/actions-oidc-debugger ref: main - token: ${{ secrets.your-checkout-token }} + token: ${{ github.token }} path: ./.github/actions/actions-oidc-debugger - name: Debug OIDC Claims uses: ./.github/actions/actions-oidc-debugger