Skip to content

Commit 6d38523

Browse files
committed
added environment and debug step
1 parent dcde3de commit 6d38523

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- release
88

9+
environment: pypi
10+
911
concurrency:
1012
group: pypi-publish
1113
cancel-in-progress: true
@@ -67,6 +69,10 @@ jobs:
6769
echo "should_publish=true" >> $GITHUB_OUTPUT
6870
echo "### 🚀 New version $PACKAGE_VERSION detected" >> $GITHUB_STEP_SUMMARY
6971
fi
72+
- name: Debug OIDC
73+
run: |
74+
echo "ACTIONS_ID_TOKEN_REQUEST_URL=$ACTIONS_ID_TOKEN_REQUEST_URL"
75+
echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN=$ACTIONS_ID_TOKEN_REQUEST_TOKEN"
7076
7177
- name: Configure and Publish
7278
if: steps.check_version.outputs.should_publish == 'true'

0 commit comments

Comments
 (0)