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
<!-- | `changelog` | Create changelog when bumping the version | true | -->
46
47
47
-
If you use `secrets.GITHUB_TOKEN` other actions won't be triggered.
48
-
To solve that you will need a personal access token.
49
-
Follow the instructions of [github tutorial](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token#creating-a-token) in order
50
-
to create one
48
+
## Troubleshooting
51
49
50
+
### Other actions are not triggered when the tag is pushed
51
+
52
+
This problem occurs because `secrets.GITHUB_TOKEN` does not trigger other
53
+
actions [by design][by_design].
54
+
55
+
To solve it you must use a personal access token in the checkout and the commitizen steps.
56
+
57
+
Follow the instructions in [commitizen's documentation][cz-docs-ga]
0 commit comments