From 9b9d824a4b7bc82af2ae85b7c957bb376949dc5a Mon Sep 17 00:00:00 2001 From: Leslie Yip Date: Mon, 18 Dec 2023 14:43:02 +0800 Subject: [PATCH] Updated deploy-gh-pages.yml --- .github/workflows/deploy-gh-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 7c3b25c..ebca262 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -10,6 +10,10 @@ jobs: build: runs-on: ubuntu-latest + permissions: + pages: write + id-token: write + steps: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v1