Skip to content

Commit 0466c4a

Browse files
committed
fix: Different name
1 parent 5061646 commit 0466c4a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)