Skip to content

Commit e5931df

Browse files
committed
ci: update composite action description for PAT usage
1 parent 1fc57b8 commit e5931df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/actions/update-pre-commit-composite

.github/actions/update-pre-commit-composite/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Updates pre-commit hook versions and creates a PR
33

44
inputs:
55
github_token:
6-
description: GitHub token for creating PRs
6+
description: Fine-grained PAT for creating PRs that trigger CI
77
required: true
88

99
runs:
@@ -33,4 +33,4 @@ runs:
3333
3434
Review the changes to `.pre-commit-config.yaml` and merge if CI passes.
3535
branch: chore/update-pre-commit-hooks
36-
delete-branch: true
36+
delete-branch: true

0 commit comments

Comments
 (0)