From 7998ec45fbf1df587cebb4c5230c05df5c3c95d4 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 12 Sep 2023 22:18:36 +0200 Subject: [PATCH] GH-285 - Fix dispatch permissions. --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 913ac272..2745ea54 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -8,7 +8,8 @@ on: #schedule: #- cron: '0 10 * * *' # Once per day at 10am UTC workflow_dispatch: -permissions: read-all +permissions: + actions: write jobs: build: runs-on: ubuntu-latest