chore: give v8 snapshot action access to make pull requests

This commit is contained in:
Jennifer Shehane
2025-10-02 09:15:16 -04:00
parent 7062573933
commit 9b701df01c

View File

@@ -50,6 +50,8 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
if: github.repository == 'cypress-io/cypress'
permissions:
pull-requests: write
env:
CYPRESS_BOT_APP_ID: ${{ secrets.RAM_APP }}
BASE_BRANCH: ${{ inputs.branch || github.ref_name }}