From ce45771c6aa095571917be7f0faad0f34441258e Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Thu, 26 Sep 2024 10:43:30 -0600 Subject: [PATCH] Adding write permission for GH pages --- .github/workflows/website.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c9debd0..3840895 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -94,7 +94,12 @@ jobs: # Deploy to the github-pages environment # but not on PRs if: ${{ github.event_name != 'pull_request' }} - + + permissions: + contents: write + id-token: write + pages: write + environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}