Skip to content

Commit d57e551

Browse files
authored
docs: add note about deploy keys and commit signing
1 parent 98106d3 commit d57e551

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/concepts-guidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,9 @@ Checking out a branch from a different repository from where the workflow is exe
197197
Allowing the action to push with a configured deploy key will trigger `on: push` workflows. This makes it an alternative to using a PAT to trigger checks for pull requests.
198198

199199
> [!NOTE]
200-
> You cannot use deploy keys alone to [create a pull request in a remote repository](#creating-pull-requests-in-a-remote-repository) because then using a PAT would become a requirement.
200+
> - You cannot use deploy keys alone to [create a pull request in a remote repository](#creating-pull-requests-in-a-remote-repository) because then using a PAT would become a requirement.
201201
> This method only makes sense if creating a pull request in the repository where the workflow is running.
202+
> - You cannot use deploy keys with [commit signature verification for bots](#commit-signature-verification-for-bots) (`sign-commits: true`).
202203

203204
How to use SSH (deploy keys) with create-pull-request action:
204205

0 commit comments

Comments
 (0)