Skip to content

Commit 9c7a3a5

Browse files
authored
Merge pull request #246 from solidjs/ci--trusted-publishing-permissions
ci: trusted publishing permissions
2 parents 04eec66 + 25fb0a1 commit 9c7a3a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
id-token: write
14+
1015
jobs:
1116
release:
1217
name: Release
@@ -21,9 +26,10 @@ jobs:
2126
version: 9.15.3
2227

2328
- name: Setup Node.js 24.x
24-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
2530
with:
2631
node-version: 24.x
32+
registry-url: "https://registry.npmjs.org"
2733

2834
- name: Install Dependencies
2935
run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)