Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccf4a51

Browse filesBrowse files
authored
fix(ci): debug tokens
1 parent b48981f commit ccf4a51
Copy full SHA for ccf4a51

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Open diff view settings
Collapse file

‎.github/workflows/release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
run: |
2323
oidc_token=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=testpypi" | jq '.value')
2424
api_token=$(curl -X POST https://test.pypi.org/_/oidc/github/mint-token -d "{\"token\": \"${oidc_token}\"}" | jq '.token' | tr -d '"')
25-
echo "::add-mask::${api_token}"
26-
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
25+
echo "OIDC token: $oidc_token"
26+
echo "pypi token: $api_token"
27+
$echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
2728
- name: Python Semantic Release
2829
uses: relekang/python-semantic-release@v7.33.2
2930
with:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.