From 2cf6d093eee085d68fcba53a3bc369c4172eb9f0 Mon Sep 17 00:00:00 2001 From: Omar Ezzat Date: Tue, 17 Oct 2023 13:06:33 +0200 Subject: [PATCH] give deploy script write access to contents --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 784b3ee..68bb5d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ on: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on permissions: - contents: read + contents: write pages: write jobs: