Skip to content

Commit 75a31ec

Browse files
committed
ci: replaced "n/a" with more detailed dummy value
Ticket: DX-2084 ci: try publishing with OIDC token Now that `npm-token` is no longer a required secret, we can check the release logs and check to see that OIDC Trusted Publishing is being used. We are expecting to see something along the lines of "using OIDC Trusted Publishing" Ticket: DX-2243
1 parent bdbd339 commit 75a31ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ on:
2222

2323
jobs:
2424
release:
25-
uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20
26-
secrets:
27-
npm-token: "n/a"
25+
uses: semantic-release-action/typescript/.github/workflows/[email protected] # v3.1.0-beta.1
2826
with:
2927
disable-semantic-release-git: true

0 commit comments

Comments
 (0)