Skip to content

Commit 7998ec4

Browse files
committed
GH-285 - Fix dispatch permissions.
1 parent 92c0b6c commit 7998ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
#schedule:
99
#- cron: '0 10 * * *' # Once per day at 10am UTC
1010
workflow_dispatch:
11-
permissions: read-all
11+
permissions:
12+
actions: write
1213
jobs:
1314
build:
1415
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)