From 8ec4a8afdae1ffe99263d4d8e6cfd3ef50921233 Mon Sep 17 00:00:00 2001 From: martoc Date: Fri, 14 Jun 2024 15:09:28 +0100 Subject: [PATCH] fix: Permissions (#17) --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index ac69dcc..3096f49 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -16,7 +16,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write