fix: add id-token permission to release-please workflow

The publish workflow requires id-token: write for npm provenance.
When called via workflow_call, permissions are inherited from the
caller, so id-token must be declared in release-please.yml.
This commit is contained in:
Daniel Sogl
2026-03-21 16:22:38 -07:00
parent c18b91db03
commit ad6f55a85d
+1
View File
@@ -9,6 +9,7 @@ permissions:
contents: write
pull-requests: write
issues: write
id-token: write
jobs:
release-please: