electron/GitHub App Auth

GitHub Action which gets an auth token for a repo or organization via a GitHub app installation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
credsA credential bundle for the GitHub app to generate the token foryes
orgThe organization for an org-scoped tokenno
ownerThe repo owner for a repo-scoped tokenno
repoThe repo name for a repo-scoped tokenno
export-git-userExport environment variables which set the git user to the GitHub app usernofalse
permissionsOptional permission narrowing for the minted installation token. Newline-delimited `<permission>: <level>` pairs, where level is read | write | admin. Permissions listed here must be a subset of the App's installation permissions; unlisted permissions are not granted to the token. Example: permissions: | contents: read issues: write no""
namedescription
tokenGitHub installation access token