Skip to content

Commit

Permalink
fix(workflows): set write permissions for release
Browse files Browse the repository at this point in the history
this might be the reason for the failures from the first run

softprops/action-gh-release#236 (comment)
  • Loading branch information
mgred committed May 12, 2023
1 parent 4bb5b07 commit 81579db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
tags:
- "v*.*.*"

permissions:
contents: write

jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v2
Expand Down

0 comments on commit 81579db

Please sign in to comment.