Skip to content

Commit

Permalink
fix(github actions): extend release process permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Nov 8, 2023
1 parent cf63206 commit c7ef2df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Expand Up @@ -15,10 +15,7 @@ jobs:
name: Release @ ${{ vars.RTLDEV_MW_CI_OS }}
runs-on: ${{ vars.RTLDEV_MW_CI_OS }}
needs: tests
permissions:
contents: write
deployments: write
issues: write
permissions: write-all

steps:
- name: Checkout
Expand Down

0 comments on commit c7ef2df

Please sign in to comment.