File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -374,9 +374,19 @@ jobs:
374374 merge-multiple : true
375375 - name : List contents of dist directory
376376 run : ls -la dist/
377+ - name : Debug OIDC token
378+ run : |
379+ echo "Checking OIDC token information..."
380+ echo "GITHUB_TOKEN: ${{ github.token != '' }}"
381+ echo "ACTIONS_ID_TOKEN_REQUEST_URL: ${{ env.ACTIONS_ID_TOKEN_REQUEST_URL != '' }}"
382+ echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN: ${{ env.ACTIONS_ID_TOKEN_REQUEST_TOKEN != '' }}"
383+ echo "ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN != '' }}"
384+ echo "ACTIONS_RUNTIME_URL: ${{ env.ACTIONS_RUNTIME_URL != '' }}"
385+ echo "__token__ value: __token__"
377386 - name : Publish to PyPI
378387 uses : pypa/gh-action-pypi-publish@release/v1
379388 with :
380389 packages-dir : dist
381390 verbose : true
391+ print-hash : true
382392
You can’t perform that action at this time.
0 commit comments