From 7b023cf12559c1dd0a21b67a39636cb0d7370a44 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Tue, 23 Apr 2024 16:07:19 -0400 Subject: [PATCH] use contents perm instead --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 72194b92e..0d9251785 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,8 +8,7 @@ on: jobs: deploy: permissions: - contents: read - pages: write + contents: write runs-on: ubuntu-latest