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
Ability to provide a repo specific deploy key which is used to push to the target branch.
Why
When pushing cross repo, a PAT seems to be the only option.
Granular PATs are narrow and secure, but enforce expiry and have no programmatic renewal or trust relationship even within GHA. This makes them Annoying and prone to keeling over without manual toil.
Legacy PATs can be set to not expire, but are much more powerful than is needed here.
A write enabled deployment key would provide granularity to just one repo but with no enforced expiry. This could hit a security sweet spot.
The text was updated successfully, but these errors were encountered:
Description
What
Ability to provide a repo specific deploy key which is used to push to the target branch.
Why
The text was updated successfully, but these errors were encountered: