ci: add permissions for release workflow and don't limit branches for the checks

This commit is contained in:
Joakim Carlstein 2023-11-15 11:37:20 +01:00
parent 16f2e9926c
commit 30a7a0ba90
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,10 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4