From 9228233cbc676abdd18b10cc0fcaf824584eeb3e Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Wed, 14 Jun 2023 09:44:35 -0700 Subject: [PATCH] contents write permissions for github token --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6859451b..50699482 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write