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
Currently, user dependent authentication is used in GitHub Actions workflows. Using GitHub App would offer a future-proof, scalable way to authenticate in the repository.
Rationale
A GitHup App acts independently of a user, meaning if the user no longer has resource access it does not cause breakage
GitHub App tokens support fine-grained, short-lived tokens
GitHub Apps have a higher API rate limit than PATs
Caveats / Assumptions
None
Completion Criteria
Create a GitHub App that has proper access to fulfill our workflow needs
Issue description / feature objectives
Currently, user dependent authentication is used in GitHub Actions workflows. Using GitHub App would offer a future-proof, scalable way to authenticate in the repository.
Rationale
Caveats / Assumptions
None
Completion Criteria
Resources
The text was updated successfully, but these errors were encountered: