We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c0fc4 commit 60a52a9Copy full SHA for 60a52a9
1 file changed
.github/workflows/release.yaml
@@ -21,6 +21,16 @@ on:
21
- "[0-9]+.x"
22
23
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
+
34
release:
35
uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20
36
secrets:
0 commit comments