Skip to content

Commit 0be6d0b

Browse files
committed
docs: correct markdown on github actions tutorial page
1 parent 86bbcd5 commit 0be6d0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorials/github_actions.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
To execute `cz bump` in your CI, and push the new commit and
66
the new tag, back to your master branch, we have to:
7+
78
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
89
2. Create a secret called `PERSONAL_ACCESS_TOKEN`, with the copied key, by going to your
910
project repository and then `Settings > Secrets > Add new secret`.

0 commit comments

Comments
 (0)