Change permissions in deploy docs workflow

- Workflow dispatch needs write access to actions.
- Relates #166
This commit is contained in:
Janne Valkealahti
2023-04-17 13:19:42 +01:00
parent cf5b126b26
commit 7b88266f77

View File

@@ -2,7 +2,8 @@ name: Deploy Docs
on:
workflow_dispatch:
permissions: read-all
permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest