Skip to content

Commit

Permalink
Merge pull request #277 from commitizen-tools/fix-ga-docs
Browse files Browse the repository at this point in the history
docs: correct markdown on github actions tutorial page
  • Loading branch information
woile committed Oct 4, 2020
2 parents 86bbcd5 + 0be6d0b commit 5c0dd54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/github_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

To execute `cz bump` in your CI, and push the new commit and
the new tag, back to your master branch, we have to:

1. Create a personal access token. [Follow the instructions here](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line#creating-a-token). And copy the generated key
2. Create a secret called `PERSONAL_ACCESS_TOKEN`, with the copied key, by going to your
project repository and then `Settings > Secrets > Add new secret`.
Expand Down

0 comments on commit 5c0dd54

Please sign in to comment.