From 849223bfc26a035ed4e12fe672d34cf147a06a17 Mon Sep 17 00:00:00 2001 From: shabbywu Date: Tue, 21 May 2024 00:56:19 +0800 Subject: [PATCH] update gh action --- .github/workflows/github-page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-page.yml b/.github/workflows/github-page.yml index aa05262b..cfed7504 100644 --- a/.github/workflows/github-page.yml +++ b/.github/workflows/github-page.yml @@ -9,7 +9,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write