Skip to content

Commit 313ab83

Browse files
committed
debug token
1 parent ceafd54 commit 313ab83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29+
- name: Debug OIDC Claims
30+
uses: github/actions-oidc-debugger@main
31+
with:
32+
audience: '${{ github.server_url }}/${{ github.repository_owner }}'
33+
2934
- name: Set up Python ${{ matrix.python-version }}
3035
uses: actions/setup-python@v5
3136
with:
@@ -43,6 +48,7 @@ jobs:
4348
uses: pypa/gh-action-pypi-publish@release/v1
4449
with:
4550
repository-url: https://test.pypi.org/legacy/
51+
verbose: true
4652

4753
- name: GH Release
4854
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)