Skip to content

Commit 38be0c1

Browse files
authored
Give the releaser write permissions to the repo. (#116)
This is a known issue documented in softprops/action-gh-release#236 (comment) Fixes #64
1 parent 2cf3a2a commit 38be0c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
tags:
99
- "v*.*.*"
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
release:
1316
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6

0 commit comments

Comments
 (0)