Skip to content

Commit 60a52a9

Browse files
author
Tanjeem Hossain
committed
ci: add debug step to fetch oidc token
Ticket: DX-2084
1 parent 37c0fc4 commit 60a52a9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ on:
2121
- "[0-9]+.x"
2222

2323
jobs:
24+
verify-oidc:
25+
runs-on: ubuntu-latest
26+
permissions:
27+
id-token: write
28+
contents: read
29+
steps:
30+
- name: Show OIDC token
31+
run: |
32+
echo "OIDC token exists: $ACTIONS_ID_TOKEN_REQUEST_TOKEN"
33+
2434
release:
2535
uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20
2636
secrets:

0 commit comments

Comments
 (0)