actions/Create GitHub App Token

GitHub Action for creating a GitHub App installation access token

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 12, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
client-idGitHub App Client IDno
app-idGitHub App IDno
private-keyGitHub App private keyyes
ownerThe owner of the GitHub App installation (defaults to current repository owner)no
repositoriesComma or newline-separated list of repositories to grant the token access to (defaults to current repository if owner is unset)no
enterpriseThe slug of the enterprise account where the GitHub App is installed (cannot be used with 'owner' or 'repositories')no
skip-token-revokeIf true, the token will not be revoked when the current job is completenofalse
github-api-urlThe URL of the GitHub REST API.${{ github.api_url }}
permission-actionsThe level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts. Can be set to 'read' or 'write'.
permission-administrationThe level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation. Can be set to 'read' or 'write'.
permission-artifact-metadataThe level of permission to grant the access token to create and retrieve build artifact metadata records. Can be set to 'read' or 'write'.
permission-attestationsThe level of permission to create and retrieve the access token for repository attestations. Can be set to 'read' or 'write'.
permission-checksThe level of permission to grant the access token for checks on code. Can be set to 'read' or 'write'.
permission-codespacesThe level of permission to grant the access token to create, edit, delete, and list Codespaces. Can be set to 'read' or 'write'.
permission-contentsThe level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges. Can be set to 'read' or 'write'.
permission-custom-properties-for-organizationsThe level of permission to grant the access token to view and edit custom properties for an organization, when allowed by the property. Can be set to 'read' or 'write'.
permission-dependabot-secretsThe level of permission to grant the access token to manage Dependabot secrets. Can be set to 'read' or 'write'.
permission-deploymentsThe level of permission to grant the access token for deployments and deployment statuses. Can be set to 'read' or 'write'.
permission-discussionsThe level of permission to grant the access token for discussions and related comments and labels. Can be set to 'read' or 'write'.
permission-email-addressesThe level of permission to grant the access token to manage the email addresses belonging to a user. Can be set to 'read' or 'write'.
permission-enterprise-custom-properties-for-organizationsThe level of permission to grant the access token for organization custom properties management at the enterprise level. Can be set to 'read', 'write', or 'admin'.
permission-environmentsThe level of permission to grant the access token for managing repository environments. Can be set to 'read' or 'write'.
permission-followersThe level of permission to grant the access token to manage the followers belonging to a user. Can be set to 'read' or 'write'.
permission-git-ssh-keysThe level of permission to grant the access token to manage git SSH keys. Can be set to 'read' or 'write'.
permission-gpg-keysThe level of permission to grant the access token to view and manage GPG keys belonging to a user. Can be set to 'read' or 'write'.
permission-interaction-limitsThe level of permission to grant the access token to view and manage interaction limits on a repository. Can be set to 'read' or 'write'.
permission-issuesThe level of permission to grant the access token for issues and related comments, assignees, labels, and milestones. Can be set to 'read' or 'write'.
permission-membersThe level of permission to grant the access token for organization teams and members. Can be set to 'read' or 'write'.
permission-merge-queuesThe level of permission to grant the access token to manage the merge queues for a repository. Can be set to 'read' or 'write'.
permission-metadataThe level of permission to grant the access token to search repositories, list collaborators, and access repository metadata. Can be set to 'read' or 'write'.
permission-organization-administrationThe level of permission to grant the access token to manage access to an organization. Can be set to 'read' or 'write'.
permission-organization-announcement-bannersThe level of permission to grant the access token to view and manage announcement banners for an organization. Can be set to 'read' or 'write'.
permission-organization-copilot-seat-managementThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change. Can be set to 'write'.
permission-organization-custom-org-rolesThe level of permission to grant the access token for custom organization roles management. Can be set to 'read' or 'write'.
permission-organization-custom-propertiesThe level of permission to grant the access token for repository custom properties management at the organization level. Can be set to 'read', 'write', or 'admin'.
permission-organization-custom-rolesThe level of permission to grant the access token for custom repository roles management. Can be set to 'read' or 'write'.
permission-organization-eventsThe level of permission to grant the access token to view events triggered by an activity in an organization. Can be set to 'read'.
permission-organization-hooksThe level of permission to grant the access token to manage the post-receive hooks for an organization. Can be set to 'read' or 'write'.
permission-organization-packagesThe level of permission to grant the access token for organization packages published to GitHub Packages. Can be set to 'read' or 'write'.
permission-organization-personal-access-token-requestsThe level of permission to grant the access token for viewing and managing fine-grained personal access tokens that have been approved by an organization. Can be set to 'read' or 'write'.
permission-organization-personal-access-tokensThe level of permission to grant the access token for viewing and managing fine-grained personal access token requests to an organization. Can be set to 'read' or 'write'.
permission-organization-planThe level of permission to grant the access token for viewing an organization's plan. Can be set to 'read'.
permission-organization-projectsThe level of permission to grant the access token to manage organization projects and projects public preview (where available). Can be set to 'read', 'write', or 'admin'.
permission-organization-secretsThe level of permission to grant the access token to manage organization secrets. Can be set to 'read' or 'write'.
permission-organization-self-hosted-runnersThe level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization. Can be set to 'read' or 'write'.
permission-organization-user-blockingThe level of permission to grant the access token to view and manage users blocked by the organization. Can be set to 'read' or 'write'.
permission-packagesThe level of permission to grant the access token for packages published to GitHub Packages. Can be set to 'read' or 'write'.
permission-pagesThe level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds. Can be set to 'read' or 'write'.
permission-profileThe level of permission to grant the access token to manage the profile settings belonging to a user. Can be set to 'write'.
permission-pull-requestsThe level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges. Can be set to 'read' or 'write'.
permission-repository-custom-propertiesThe level of permission to grant the access token to view and edit custom properties for a repository, when allowed by the property. Can be set to 'read' or 'write'.
permission-repository-hooksThe level of permission to grant the access token to manage the post-receive hooks for a repository. Can be set to 'read' or 'write'.
permission-repository-projectsThe level of permission to grant the access token to manage repository projects, columns, and cards. Can be set to 'read', 'write', or 'admin'.
permission-secret-scanning-alertsThe level of permission to grant the access token to view and manage secret scanning alerts. Can be set to 'read' or 'write'.
permission-secretsThe level of permission to grant the access token to manage repository secrets. Can be set to 'read' or 'write'.
permission-security-eventsThe level of permission to grant the access token to view and manage security events like code scanning alerts. Can be set to 'read' or 'write'.
permission-single-fileThe level of permission to grant the access token to manage just a single file. Can be set to 'read' or 'write'.
permission-starringThe level of permission to grant the access token to list and manage repositories a user is starring. Can be set to 'read' or 'write'.
permission-statusesThe level of permission to grant the access token for commit statuses. Can be set to 'read' or 'write'.
permission-team-discussionsThe level of permission to grant the access token to manage team discussions and related comments. Can be set to 'read' or 'write'.
permission-vulnerability-alertsThe level of permission to grant the access token to manage Dependabot alerts. Can be set to 'read' or 'write'.
permission-workflowsThe level of permission to grant the access token to update GitHub Actions workflow files. Can be set to 'write'.
namedescription
tokenGitHub installation access token
installation-idGitHub App installation ID
app-slugGitHub App slug