From 317a77a57005fda143a74eec41300593a766b74c Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 1 Jan 2023 17:04:46 +0000 Subject: [PATCH] Okay fix permissions properly this time! --- .github/workflows/20-site.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/20-site.yml b/.github/workflows/20-site.yml index dfe01d64..a702f950 100644 --- a/.github/workflows/20-site.yml +++ b/.github/workflows/20-site.yml @@ -15,10 +15,10 @@ concurrency: cancel-in-progress: true # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -#permissions: -# contents: read -# pages: write -# id-token: write +permissions: + contents: write + pages: write + id-token: write jobs: deploy: