Skip to content

Commit 58c5a92

Browse files
committed
docs: inform about GITHUB_TOKEN vs PERSONAL_ACCESS_TOKEN in Github actions tutorial
Closes #271
1 parent fe69da8 commit 58c5a92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/tutorials/github_actions.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ project repository and then `Settings > Secrets > Add new secret`.
1111
3. In your repository create a new file `.github/workflows/bumpversion.yml`
1212
with the following content.
1313

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+
1417
```yaml
1518
name: Bump version
1619

0 commit comments

Comments
 (0)