From e961da7576511032beb0d75de8af56bbce1121b9 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 22 Sep 2024 16:50:21 +0200 Subject: [PATCH] Update README.md (#343) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 873e2ff..c88b356 100644 --- a/README.md +++ b/README.md @@ -433,7 +433,7 @@ please update your Workflow configuration and usage of [`actions/checkout`](http Updating the `token` value with a Personal Access Token should fix your issues. -### git-auto-commit fails to push commit that creates or udpates files in `.github/workflows/` +### git-auto-commit fails to push commit that creates or updates files in `.github/workflows/` The default `GITHUB_TOKEN` issued by GitHub Action does not have permission to make changes to workflow files located in `.github/workflows/`. 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)).