diff --git a/README.md b/README.md index ce4353f..c4358f0 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ Currently, changelog format and supported tag names have the following rule: ```yaml name: Release +permissions: + contents: write + on: push: tags: @@ -81,6 +84,9 @@ jobs: ```yaml name: Release +permissions: + contents: write + on: push: tags: @@ -112,6 +118,9 @@ You can customize the title of the release by `title` option. ```yaml name: Release +permissions: + contents: write + on: push: tags: @@ -144,6 +153,9 @@ If the `changelog` option is not specified, the changelog is ignored and only th ```yaml name: Release +permissions: + contents: write + on: push: tags: @@ -167,6 +179,9 @@ You can reject releases from commits not contained in branches that match the sp ```yaml name: Release +permissions: + contents: write + on: push: tags: