Skip to content

Commit

Permalink
Add permission for creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Aug 21, 2024
1 parent c7d98eb commit eea3c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
name: "Upload release"
runs-on: "ubuntu-latest"
needs: "build"
permissions:
contents: "write"
steps:
- name: "Download archive"
uses: "actions/download-artifact@v4"
Expand Down

0 comments on commit eea3c27

Please sign in to comment.