From 1e14dc7f27468870bb214131d27c4adf94401932 Mon Sep 17 00:00:00 2001 From: danvim Date: Wed, 24 Jan 2024 01:03:15 +0800 Subject: [PATCH] Try fix GH Actions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7913609..05bf850 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ on: # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write