We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcde3de commit 6d38523Copy full SHA for 6d38523
1 file changed
.github/workflows/publish.yml
@@ -6,6 +6,8 @@ on:
6
branches:
7
- release
8
9
+environment: pypi
10
+
11
concurrency:
12
group: pypi-publish
13
cancel-in-progress: true
@@ -67,6 +69,10 @@ jobs:
67
69
echo "should_publish=true" >> $GITHUB_OUTPUT
68
70
echo "### 🚀 New version $PACKAGE_VERSION detected" >> $GITHUB_STEP_SUMMARY
71
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"
76
77
- name: Configure and Publish
78
if: steps.check_version.outputs.should_publish == 'true'
0 commit comments