Use GitHub App Installation Tokens
masterInstead of a GH_PAT, you can use a token from a GitHub App installation via the GH_INSTALLATION_TOKEN input. This allows for more granular access control.
Required Permissions for the App:
Contents: Read & WriteMetadata: Read-onlyPull requests: Read & Write (if using PRs, which is the default)Workflows: Read & Write (if syncing workflow files)
Note: If using an installation token, you must also provide the GIT_EMAIL and GIT_USERNAME inputs.