Skip to content

Commit c14e6c2

Browse files
committed
fix: edit permission for build workflow
1 parent 4c72225 commit c14e6c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build Frontend
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
branches:
@@ -41,7 +44,7 @@ jobs:
4144
git config user.email "github-actions[bot]@users.noreply.github.com"
4245
4346
git checkout -B production
44-
47+
4548
git add src
4649
4750
if git diff --cached --quiet; then

0 commit comments

Comments
 (0)