We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe69da8 commit 58c5a92Copy full SHA for 58c5a92
docs/tutorials/github_actions.md
@@ -11,6 +11,9 @@ project repository and then `Settings > Secrets > Add new secret`.
11
3. In your repository create a new file `.github/workflows/bumpversion.yml`
12
with the following content.
13
14
+!!! warning
15
+ If you use `GITHUB_TOKEN` instead of `PERSONAL_ACCESS_TOKEN`, the job won't trigger another workflow. It's like using `[skip ci]` in other CI's.
16
+
17
```yaml
18
name: Bump version
19
0 commit comments