From 524623adbe75c2126d0ed45cb7b98ab6c10bc967 Mon Sep 17 00:00:00 2001 From: David Blass Date: Wed, 22 May 2024 17:41:28 -0400 Subject: [PATCH] update ci permissions --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c2f35964ac..cd48ddab25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,10 +8,7 @@ on: workflow_dispatch: # Allow this job to clone the repo and create a page deployment -permissions: - contents: write - pages: write - id-token: write +permissions: write-all jobs: update-gh-pages: