Skip to content

Commit ecdad6a

Browse files
committed
chore: #178 Update release.yml for trusted publisher settings
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent deb4056 commit ecdad6a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
nextVersion:
1212
description: 'Next version after release (-SNAPSHOT will be added automatically)'
1313
required: true
14+
15+
permissions:
16+
id-token: write # Required for OIDC and NPM Trusted Publisher support
17+
1418
jobs:
1519
release:
1620
name: Release
@@ -19,7 +23,7 @@ jobs:
1923
issues: write
2024
contents: write
2125
deployments: write
22-
id-token: write # Required for OIDC and NPM Trusted Publisher support
26+
id-token: write # Required for OIDC and NPM Trusted Publisher support
2327

2428
steps:
2529
- name: Checkout Code

0 commit comments

Comments
 (0)