File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -374,15 +374,13 @@ jobs:
374374 merge-multiple : true
375375 - name : List contents of dist directory
376376 run : ls -la dist/
377- - name : Debug OIDC token
377+ - name : Debug environment
378378 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__"
379+ echo "Environment name: ${{ github.event.inputs.environment }}"
380+ echo "Workflow name: ${{ github.workflow }}"
381+ echo "Repository: ${{ github.repository }}"
382+ echo "Ref: ${{ github.ref }}"
383+ echo "Event name: ${{ github.event_name }}"
386384 - name : Publish to PyPI
387385 uses : pypa/gh-action-pypi-publish@release/v1
388386 with :
You can’t perform that action at this time.
0 commit comments