From 67006be28a19e1e685601eba8fa25a7001fc36db Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:32:11 -0400 Subject: [PATCH] Fix workflow permissions --- .github/workflows/build-site.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index e01615a8e0..18f07bb87d 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -1,10 +1,18 @@ name: CI - Build Site on: push: - branches-ignore: - - gh-pages workflow_dispatch: pull_request: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: "pages" + cancel-in-progress: false + jobs: build: name: Build Site and Deploy