We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1df199 commit 5dfebd4Copy full SHA for 5dfebd4
.github/workflows/react_release.yml
@@ -4,6 +4,9 @@ on:
4
5
name: React Release
6
7
+permissions:
8
+ contents: write
9
+
10
jobs:
11
build:
12
name: Upload Release Asset
@@ -34,7 +37,7 @@ jobs:
34
37
uses: actions/setup-node@v4
35
38
with:
36
39
node-version: '22'
-
40
41
- name: Prepare React FrontEnd
42
run: |
43
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git
0 commit comments