Skip to content

Commit

Permalink
Give create-release job permission to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Nov 24, 2024
1 parent 5baa93b commit fa28b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
create-release:
name: Create a GitHub release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit fa28b1b

Please sign in to comment.