Skip to content

Commit

Permalink
add write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rostrovsky committed Mar 24, 2024
1 parent 7e4f49e commit 59166ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
tags:
- "*"

permissions:
contents: write

env:
LINUX_AMD_ARCHIVE: sourceprompt-${{ github.ref_name }}-linux-amd64.tar.gz
LINUX_ARM_ARCHIVE: sourceprompt-${{ github.ref_name }}-linux-arm64.tar.gz
Expand Down

0 comments on commit 59166ab

Please sign in to comment.