From 0be6d0bb19d272fc52610180b0fd463942ce2479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Fraire=20Willemo=C3=ABs?= Date: Sun, 4 Oct 2020 12:33:09 +0200 Subject: [PATCH] docs: correct markdown on github actions tutorial page --- docs/tutorials/github_actions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/github_actions.md b/docs/tutorials/github_actions.md index 8344d304a..1c6494195 100644 --- a/docs/tutorials/github_actions.md +++ b/docs/tutorials/github_actions.md @@ -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`.