Use dedicated CI GitHub App token instead of PAT#317
Conversation
PATs don't work with SAML SSO-enforced orgs. GitHub Apps bypass SSO and are scoped to just contents:write on the installed repo.
4933cd3 to
cab6f5f
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Walkthrough: This PR updates the Dependabot lockfile regeneration workflow to use a dedicated GitHub App token instead of a Personal Access Token (PAT). PATs do not work with SAML SSO-enforced GitHub organizations, whereas GitHub App tokens bypass SSO restrictions and are more narrowly scoped (contents:write on this repo only). |
WalkthroughThis PR updates the Dependabot lockfile regeneration workflow to use a dedicated GitHub App token instead of a Personal Access Token (PAT). The change is necessary because PATs do not work with SAML SSO-enforced GitHub organizations, whereas GitHub App tokens bypass SSO restrictions. The App token is also more narrowly scoped ( Changes
Review Notes
|
PATs don't work with SAML SSO-enforced orgs. GitHub Apps bypass SSO and are scoped to just contents:write on the installed repo.
This is still aiming to auto regen lockfiles on dependabot PRs