Skip to content

Commit aa3646c

Browse files
committed
fix: add GitHub Actions permissions for release creation
1 parent a3f9ea4 commit aa3646c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ env:
1313
APP_NAME: filefind
1414
VERSION: ${{ github.ref_name }}
1515

16+
permissions:
17+
contents: write
18+
pull-requests: read
19+
1620
jobs:
1721
build-linux:
1822
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)