From 18e98f723e4b03c72f2ce39266fc7ea52b6f8cc9 Mon Sep 17 00:00:00 2001 From: jnywong Date: Fri, 2 Feb 2024 17:42:54 +0000 Subject: [PATCH] Change permissions to contents: write --- .github/workflows/deploy_website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index 99ef415c..c40aec95 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -19,7 +19,7 @@ jobs: build-and-deploy-book: runs-on: ubuntu-latest permissions: - pages: write + contents: write id-token: write steps: - uses: actions/checkout@v4