diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c51b4b57..2582fc04 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,9 +21,19 @@ on: - "[0-9]+.x" jobs: + verify-oidc: + runs-on: ubuntu-latest + permissions: + id-token: write + contents: read + steps: + - name: Show OIDC token + run: | + echo "OIDC token exists: $ACTIONS_ID_TOKEN_REQUEST_TOKEN" + release: uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20 - secrets: - npm-token: "FAKE_NPM_TOKEN_FOR_SEMANTIC_RELEASE" + # secrets: + # npm-token: "FAKE_NPM_TOKEN_FOR_SEMANTIC_RELEASE" with: disable-semantic-release-git: true