From 6c17dbdedad867c240b0898b72cd68925769cedb Mon Sep 17 00:00:00 2001 From: Weinong Wang Date: Mon, 30 Dec 2024 11:16:56 -0800 Subject: [PATCH] Update website.yaml added the missing permission to update commit --- .github/workflows/website.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 616e57f..d7f3957 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -11,6 +11,7 @@ on: jobs: deploy: permissions: + contents: write pages: write runs-on: ubuntu-latest