Skip to content

Commit

Permalink
add write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Jan 25, 2024
1 parent e87199f commit 69bd65f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
name: Create Github release
runs-on: ubuntu-20.04
if: startsWith(github.event.ref, 'refs/tags/v') && endsWith(github.event.ref, '.0')
permissions:
contents: write

steps:
- name: Checkout
Expand Down

0 comments on commit 69bd65f

Please sign in to comment.