Skip to content

Commit

Permalink
MAINTENANCE: Update release workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Jul 25, 2023
1 parent 0c0c286 commit 29eb76e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Release"
name: 'Release'

on:
release:
Expand All @@ -7,6 +7,8 @@ on:
jobs:
generate-changelog:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Clone
uses: actions/checkout@v3
Expand All @@ -24,5 +26,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: "RELEASE: Update changelog"
commit_message: 'RELEASE: Update changelog'
file_pattern: CHANGELOG.md

0 comments on commit 29eb76e

Please sign in to comment.