Skip to content

Commit 5dfebd4

Browse files
committed
Grant content permission to build
1 parent f1df199 commit 5dfebd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/react_release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44

55
name: React Release
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
name: Upload Release Asset
@@ -34,7 +37,7 @@ jobs:
3437
uses: actions/setup-node@v4
3538
with:
3639
node-version: '22'
37-
40+
3841
- name: Prepare React FrontEnd
3942
run: |
4043
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git

0 commit comments

Comments
 (0)