Skip to content

Commit 15be0a9

Browse files
committed
Allow write actions
1 parent cb5ac44 commit 15be0a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Lint, build, test, deploy
2+
permissions: write-all
23
on:
34
push:
45
branches: [master, main]

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: deploy
2+
permissions: write-all
23
on:
34
workflow_dispatch:
45
jobs:

0 commit comments

Comments
 (0)