Skip to content

Commit 62b50f6

Browse files
authored
Update update-assets.yml
Fix write permission
1 parent fd07c32 commit 62b50f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-assets.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- '/src/Illuminate/Foundation/resources/exceptions/renderer/package-lock.json'
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
update:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)