Commit Graph

3 Commits

Author SHA1 Message Date
Ashwin Bhat
d090d03da6 Reapply "feat: send additional_permissions in token exchange request (#859)" (#864)
This reverts commit 231bd75b71.
2026-01-27 08:50:24 -08:00
Ashwin Bhat
231bd75b71 Revert "feat: send additional_permissions in token exchange request (#859)" (#864)
This reverts commit 0c704179b5.
2026-01-26 21:40:04 -08:00
Ashwin Bhat
0c704179b5 feat: send additional_permissions in token exchange request (#859)
* feat: send additional_permissions in token exchange request

Parse the ADDITIONAL_PERMISSIONS env var and send it as a JSON body
in the OIDC token exchange request. Permissions are merged on top of
the standard defaults (contents: write, pull_requests: write,
issues: write).

* docs: list specific available additional permissions
2026-01-26 09:02:20 -08:00