We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb4056 commit ecdad6aCopy full SHA for ecdad6a
1 file changed
.github/workflows/release.yml
@@ -11,6 +11,10 @@ on:
11
nextVersion:
12
description: 'Next version after release (-SNAPSHOT will be added automatically)'
13
required: true
14
+
15
+permissions:
16
+ id-token: write # Required for OIDC and NPM Trusted Publisher support
17
18
jobs:
19
release:
20
name: Release
@@ -19,7 +23,7 @@ jobs:
23
issues: write
24
contents: write
21
25
deployments: write
22
- id-token: write # Required for OIDC and NPM Trusted Publisher support
26
27
28
steps:
29
- name: Checkout Code
0 commit comments