From 98703ee5490eb97f2fce87276bf4a3f3ebd57e40 Mon Sep 17 00:00:00 2001 From: Akshay Petta Date: Tue, 17 Dec 2024 20:32:32 +0000 Subject: [PATCH] feat: add permissions for pull-requests and contents in GitHub Actions deployment workflow --- .github/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d684c2c..b397c57 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,6 +12,8 @@ concurrency: permissions: id-token: write pages: write + pull-requests: write + contents: write jobs: deploy: