Skip to content

Commit e961da7

Browse files
authored
Update README.md (#343)
1 parent ac88237 commit e961da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ please update your Workflow configuration and usage of [`actions/checkout`](http
433433
434434
Updating the `token` value with a Personal Access Token should fix your issues.
435435
436-
### git-auto-commit fails to push commit that creates or udpates files in `.github/workflows/`
436+
### git-auto-commit fails to push commit that creates or updates files in `.github/workflows/`
437437
438438
The default `GITHUB_TOKEN` issued by GitHub Action does not have permission to make changes to workflow files located in `.github/workflows/`.
439439
To fix this, please create a personal access token (PAT) and pass the token to the `actions/checkout`-step in your workflow. (Similar to [how to push to protected branches](https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches)).

0 commit comments

Comments
 (0)