We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a93fd commit c78f4f7Copy full SHA for c78f4f7
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
tags:
6
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
7
+permissions:
8
+ id-token: write # Required for OIDC
9
+ contents: read
10
11
jobs:
12
create_release:
@@ -44,6 +47,7 @@ jobs:
44
47
with:
45
48
node-version: 24
46
49
cache: "pnpm"
50
+ registry-url: "https://registry.npmjs.org"
51
52
- name: Install dependencies
53
run: pnpm install
0 commit comments