Skip to content

Commit

Permalink
Merge pull request #553 from PeggyJV/bolten/fix-release-for-v4
Browse files Browse the repository at this point in the history
Add content write permissions for automated release
  • Loading branch information
EricBolten committed Dec 14, 2023
2 parents bf2a31e + 9799d2e commit 0d4b6b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

name: Automated Release

permissions:
contents: write

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 0d4b6b1

Please sign in to comment.