Skip to content

Commit

Permalink
Added permissions to push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-dongowski authored Dec 13, 2023
1 parent 879a2b8 commit 1dd6e7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: read

jobs:
release-on-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1dd6e7c

Please sign in to comment.