Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Add permissions to workflow
  • Loading branch information
danruto authored Oct 5, 2024
1 parent 78bb7d9 commit 49cefce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
permissions:
contents: write
name: Build and Release
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 49cefce

Please sign in to comment.