You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ please update your Workflow configuration and usage of [`actions/checkout`](http
433
433
434
434
Updating the `token` value with a Personal Access Token should fix your issues.
435
435
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/`
437
437
438
438
The default `GITHUB_TOKEN` issued by GitHub Action does not have permission to make changes to workflow files located in `.github/workflows/`.
439
439
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