Skip to content

Commit

Permalink
Add write permissions for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Apr 17, 2024
1 parent 9b1f667 commit 800497b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
build:
name: Build & Publish Release
runs-on: ubuntu-latest
permissions:
checks: write
contents: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -178,6 +181,9 @@ jobs:
if: github.ref != 'refs/heads/development'
runs-on: ubuntu-latest
needs: [build]
permissions:
checks: write
contents: write
steps:
- name: Checkout Development Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 800497b

Please sign in to comment.