From d6fea089e513be06eda73e13b4d0eea3e171cb63 Mon Sep 17 00:00:00 2001 From: Elwin Schmitz Date: Tue, 30 Jan 2024 11:19:31 +0100 Subject: [PATCH] fix: allow PR-comments by Azure Static Web Apps preview deployments --- .github/workflows/deploy-private-faq.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-private-faq.yml b/.github/workflows/deploy-private-faq.yml index bae2f6f8..35f8f179 100644 --- a/.github/workflows/deploy-private-faq.yml +++ b/.github/workflows/deploy-private-faq.yml @@ -35,6 +35,7 @@ on: permissions: deployments: write + issues: write jobs: build_and_deploy: