mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
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:
@@ -9,6 +9,7 @@ permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
issues: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
|
||||
Reference in New Issue
Block a user