From 4ef09805f4c4dae587d430ea887c0e176b0c9013 Mon Sep 17 00:00:00 2001 From: ve-akanoce Date: Fri, 5 Jan 2024 11:35:37 +0100 Subject: [PATCH] fix: add contenst permission to publih-to-gh pages --- .github/workflows/publish-to-gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-to-gh-pages.yml b/.github/workflows/publish-to-gh-pages.yml index 5cbeb50..65a4084 100644 --- a/.github/workflows/publish-to-gh-pages.yml +++ b/.github/workflows/publish-to-gh-pages.yml @@ -13,6 +13,7 @@ jobs: permissions: pages: write # to deploy to Pages id-token: write # to verify the deployment originates from an appropriate source + contents: write steps: - name: Checkout repository