From 74b24b36bf0e58f3e7a2877135fa6699847fcdc3 Mon Sep 17 00:00:00 2001 From: Ria Gupta Date: Wed, 22 Jul 2026 12:01:10 +0530 Subject: [PATCH 1/2] fix(tooling): allow unsafe pulls from forks --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c33646339..751ec4be0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -106,6 +106,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} + allow-unsafe-pr-checkout: true persist-credentials: false - name: Setup Node From 6fba1ca83008e8b60862298beaa9ed510410814a Mon Sep 17 00:00:00 2001 From: Ria Gupta Date: Wed, 22 Jul 2026 12:26:03 +0530 Subject: [PATCH 2/2] fix(tooling): addressed comment --- .github/workflows/pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 751ec4be0..3206e62eb 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -146,6 +146,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} + allow-unsafe-pr-checkout: true persist-credentials: false - name: Setup Node @@ -199,6 +200,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} + allow-unsafe-pr-checkout: true persist-credentials: false - name: Setup Node @@ -252,6 +254,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} + allow-unsafe-pr-checkout: true persist-credentials: false - name: Setup Node