Skip to content

Commit c10de72

Browse files
Add write permissions to contents in build workflow
Add permissions for write access to contents in the workflow.
1 parent f44b201 commit c10de72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-frontend.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
- 'src/frontend/**'
1313
- '.github/workflows/**'
1414
workflow_dispatch:
15-
15+
16+
permissions:
17+
contents: write
1618

1719
jobs:
1820
build:

0 commit comments

Comments
 (0)