From 3a2b1541dfc2f5052400e855790f1beeb44892bf Mon Sep 17 00:00:00 2001 From: Resul Raveenran <67456014+resulraveendran@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:08:17 +0530 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 202093ed5..84a47227e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,6 +8,12 @@ on: # Also allows for manual deployment workflow_dispatch: +# Allow this job to clone the repo and create a page deployment +permissions: + contents: read + pages: write + id-token: write + jobs: build: # Run the job on the latest Ubuntu environment