From 455bffc47613305ead4b336d535bb1ce08db7939 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:12:29 -0400 Subject: [PATCH] Update custom-app-build.yaml --- .github/workflows/custom-app-build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/custom-app-build.yaml b/.github/workflows/custom-app-build.yaml index df9f07b6c7..8682ccddef 100644 --- a/.github/workflows/custom-app-build.yaml +++ b/.github/workflows/custom-app-build.yaml @@ -8,7 +8,9 @@ on: - '**/README.md' - '.github/ISSUE_TEMPLATE/**' -permissions: write-all +permissions: + actions: write + contents: write concurrency: group: ${{ github.workflow }}-${{ github.ref }}