Skip to content

Commit 7b88266

Browse files
committed
Change permissions in deploy docs workflow
- Workflow dispatch needs write access to actions. - Relates #166
1 parent cf5b126 commit 7b88266

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
@@ -2,7 +2,8 @@ name: Deploy Docs
22
on:
33
workflow_dispatch:
44

5-
permissions: read-all
5+
permissions:
6+
actions: write
67
jobs:
78
build:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)