Skip to content

Commit

Permalink
docs(README): Document required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt-von-Laven committed Jul 19, 2022
1 parent 46343a8 commit eafd5c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ GitHub Action Optimized for Running
- [Inputs](#inputs)
- [Optional](#optional)
- [Supported Runners](#supported-runners)
- [Permissions](#permissions)
- [Changelog](#changelog)

<!--TOC-->
Expand Down Expand Up @@ -82,6 +83,12 @@ is `"false"`.
Please refer to
[`README.md` of ScribeMD/rootless-docker](https://github.com/ScribeMD/rootless-docker#supported-runners).

## Permissions

The `contents:write`
[permission](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)
is required to bump the project version via Commitizen unless `bump` is `false`.

## Changelog

Please refer to [`CHANGELOG.md`](CHANGELOG.md).

0 comments on commit eafd5c7

Please sign in to comment.