Skip to content

Commit 173cb0e

Browse files
committed
ci: go back to failing whoami check
Ticket: DX-2084
1 parent c96d9bd commit 173cb0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
permissions:
2727
id-token: write
28-
contents: write
28+
contents: read
2929
steps:
3030
- uses: actions/checkout@v5
3131
- uses: actions/setup-node@v6
@@ -36,10 +36,10 @@ jobs:
3636
run: |
3737
echo "Running npm publish dry-run to test OIDC auth..."
3838
npm publish --dry-run --provenance
39-
39+
4040
release:
4141
needs: [test-oidc-publish]
42-
uses: tanjeemh/semantic-release-action-typescript/.github/workflows/release.yml@master
42+
uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51
4343
secrets:
4444
npm-token: "FAKE_NPM_TOKEN_FOR_SEMANTIC_RELEASE"
4545
with:

0 commit comments

Comments
 (0)