From c96ab390d84a778658a8e9e1a8fa2efd45e49dd1 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Wed, 30 Oct 2024 13:58:26 -0700 Subject: [PATCH] Removing id and permission as causing workflow build error Signed-off-by: Sunil Singh --- .github/workflows/deploy.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1a3af0e68..4ef6c1fa3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,8 +21,4 @@ jobs: yarn install --frozen-lockfile yarn build - name: Deploy to GitHub Pages - permissions: - pages: write - id-token: write - id: deployment uses: actions/deploy-pages@v4