From 68bbb2fbbf44853a4faec59d7c4898b1b6690a1d Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Wed, 17 Jan 2024 15:34:41 +0000 Subject: [PATCH] github token permissions updated to ensure contents write --- .github/workflows/6-jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/6-jekyll-gh-pages.yml b/.github/workflows/6-jekyll-gh-pages.yml index 4a8876565..8ee33fc33 100644 --- a/.github/workflows/6-jekyll-gh-pages.yml +++ b/.github/workflows/6-jekyll-gh-pages.yml @@ -11,7 +11,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write