Skip to content

Commit

Permalink
docs: note on persist-credentials (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Dec 14, 2021
1 parent 0bd77d5 commit d344e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
`persist-credentials: false` is crucial otherwise Git push is performed with `github.token` and not the token you configure using the `env: GITHUB_TOKEN`.

Customizations

```yml
Expand Down

0 comments on commit d344e35

Please sign in to comment.