Skip to content

Commit 4b08383

Browse files
authored
docs: add note on GitHub Actions release events (#265)
1 parent a04f84f commit 4b08383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ When creating the token, the **minimum required scopes** are:
5959
- [`repo`](https://github.com/settings/tokens/new?scopes=repo) for a private repository
6060
- [`public_repo`](https://github.com/settings/tokens/new?scopes=public_repo) for a public repository
6161

62+
_Note on GitHub Actions:_ You can use the default token which is provided in the secret _GITHUB_TOKEN_. However releases done with this token will NOT trigger release events to start other workflows.
63+
If you have actions that trigger on newly created releases, please use a generated token for that and store it in your repository's secrets (any other name than GITHUB_TOKEN is fine).
64+
6265
### Environment variables
6366

6467
| Variable | Description |

0 commit comments

Comments
 (0)