From db49ee2486c721a7b103cfe7cc0cfe9b39eaa28f Mon Sep 17 00:00:00 2001 From: Dikran Samarjian Date: Wed, 3 Jun 2026 16:14:59 -0700 Subject: [PATCH 1/3] updated permissions for preview --- .github/workflows/preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d5cdcef4..9fef1aa5 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -8,7 +8,7 @@ on: permissions: contents: read issues: write - pull-requests: read + pull-requests: write concurrency: group: preview-pr-${{ github.event.issue.number }} @@ -47,6 +47,7 @@ jobs: - name: React to preview request uses: actions/github-script@v7 + continue-on-error: true with: script: | await github.rest.reactions.createForIssueComment({ From 679307a16a37f7bff71d4161ee0212b307b1c51b Mon Sep 17 00:00:00 2001 From: Dikran Samarjian Date: Wed, 3 Jun 2026 16:33:00 -0700 Subject: [PATCH 2/3] update perms --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 9fef1aa5..c76b0101 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -6,7 +6,7 @@ on: - created permissions: - contents: read + contents: write issues: write pull-requests: write From e3fee5fb28c5a9957350b4a830c13513940a33e3 Mon Sep 17 00:00:00 2001 From: Dikran Samarjian Date: Wed, 3 Jun 2026 16:38:25 -0700 Subject: [PATCH 3/3] update perms --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c76b0101..9fef1aa5 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -6,7 +6,7 @@ on: - created permissions: - contents: write + contents: read issues: write pull-requests: write