diff --git a/README.md b/README.md index b9ed5530f..bb118c561 100644 --- a/README.md +++ b/README.md @@ -574,7 +574,14 @@ fatal: unable to access 'https://github.com/username/repository.git/': The reque Error: Action failed with "The process '/usr/bin/git' failed with exit code 128" ``` -Navigate to your repository's settings / actions / general and in the "Workflow permissions" section, select "Read and write permissions": +Please add the write permission to the `permissions.contents` in a workflow/job. + +```yaml +permissions: + contents: write +``` + +Or, navigate to your repository's settings / actions / general and in the "Workflow permissions" section, select "Read and write permissions": Enabling Read and write permissions to the GITHUB_TOKEN on GitHub Actions