You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release-please.yml and docs.yml declare write permissions at the workflow level and on the jobs. Future jobs added to either file would silently inherit the writes.
Acceptance criteria
Workflow-level permissions: block removed from release-please.yml
Workflow-level permissions: block removed from docs.yml
Each job declares only the permissions it needs (verify the changes job in docs.yml does not need pages: write or id-token: write)
release-please.ymlanddocs.ymldeclare write permissions at the workflow level and on the jobs. Future jobs added to either file would silently inherit the writes.Acceptance criteria
permissions:block removed fromrelease-please.ymlpermissions:block removed fromdocs.ymlchangesjob indocs.ymldoes not needpages: writeorid-token: write)