You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/github_actions.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
To execute `cz bump` in your CI, and push the new commit and
6
6
the new tag, back to your master branch, we have to:
7
+
7
8
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
8
9
2. Create a secret called `PERSONAL_ACCESS_TOKEN`, with the copied key, by going to your
9
10
project repository and then `Settings > Secrets > Add new secret`.
0 commit comments