Skip to content

Commit ebbc6d0

Browse files
committed
update docs with blob size limit
1 parent 98a1fa7 commit ebbc6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/concepts-guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ The action can sign commits as `github-actions[bot]` when using the repository's
376376
> [!IMPORTANT]
377377
> - When setting `sign-commits: true` the action will ignore the `committer` and `author` inputs.
378378
> - If you attempt to use a [Personal Access Token (PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) the action will create the pull request, but commits will *not* be signed. Commit signing is only supported with bot generated tokens.
379+
> - The GitHub API has a 40MiB limit when creating git blobs. An error will be raised if there are files in the pull request larger than this. If you hit this limit, use [GPG commit signature verification](#gpg-commit-signature-verification) instead.
379380

380381
In this example the `token` input is not supplied, so the action will use the repository's default `GITHUB_TOKEN`. This will sign commits as `github-actions[bot]`.
381382
```yaml

0 commit comments

Comments
 (0)