Skip to content

Commit

Permalink
Give write permissions to the release automation workflow (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored Aug 4, 2022
1 parent 7112daf commit 3d8546c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- minor
- major
concurrency: release
permissions:
contents: write
jobs:
release:
name: "Release & Publish"
Expand Down

0 comments on commit 3d8546c

Please sign in to comment.