We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0459d26 commit 9b72e83Copy full SHA for 9b72e83
1 file changed
.github/workflows/semantic-release.yml
@@ -5,14 +5,18 @@ on:
5
branches:
6
- main
7
8
+# OIDC Trusted Publishing - No npm tokens needed!
9
+# npm trusts GitHub Actions directly via OIDC
10
+# See: https://docs.npmjs.com/generating-provenance-statements
11
+
12
jobs:
13
release:
14
runs-on: ubuntu-latest
15
permissions:
16
contents: write
17
issues: write
18
pull-requests: write
- id-token: write # Required for npm provenance
19
+ id-token: write # Required for OIDC trusted publishing
20
21
steps:
22
- name: Checkout
0 commit comments