From 3eb28facf24914825e2ce7c21e4a92b49a27ffa5 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 9 Oct 2025 14:37:13 -0600 Subject: [PATCH] Update publish-preview to allow read access to PRs --- .github/workflows/publish-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-preview.yml b/.github/workflows/publish-preview.yml index c404f8f..bd7c709 100644 --- a/.github/workflows/publish-preview.yml +++ b/.github/workflows/publish-preview.yml @@ -9,6 +9,8 @@ jobs: name: Determine whether this issue comment was on a pull request from a fork if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '@metamaskbot publish-preview') }} runs-on: ubuntu-latest + permissions: + pull-requests: read outputs: IS_FORK: ${{ steps.is-fork.outputs.IS_FORK }} steps: