Skip to content

Commit

Permalink
Merge pull request #40 from evanstoddard23/patch-1
Browse files Browse the repository at this point in the history
docs: clarify git plugin credential usage on protected branches
  • Loading branch information
cycjimmy authored Aug 31, 2020
2 parents 5a01017 + 1d1b6af commit 1def3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
```
**IMPORTANT**: `GITHUB_TOKEN` does not have the required permissions to operate on protected branches.
If you are using this action for protected branches, replace `GITHUB_TOKEN` with [Personal Access Token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line).
If you are using this action for protected branches, replace `GITHUB_TOKEN` with [Personal Access Token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). If using the `@semantic-release/git` plugin for protected branches, avoid persisting credentials as part of `actions/checkout@v2` by setting the parameter `persist-credentials: false`. This credential does not have the required permission to operate on protected branches.

### Inputs
| Input Parameter | Required | Description |
Expand Down

0 comments on commit 1def3c9

Please sign in to comment.