Skip to content

Commit ed157a3

Browse files
jennifer-shehanecypress-bot[bot]
andauthored
chore: give v8 snapshot action access to make pull requests (#32626)
* chore: give v8 snapshot action access to make pull requests * index on v8-action-permissions-update: 9b701df chore: give v8 snapshot action access to make pull requests * index on v8-action-permissions-update: 9b701df chore: give v8 snapshot action access to make pull requests * index on v8-action-permissions-update: 9b701df chore: give v8 snapshot action access to make pull requests --------- Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
1 parent 5f2cc5c commit ed157a3

File tree

4 files changed

+872
-423
lines changed

4 files changed

+872
-423
lines changed

.github/workflows/update_v8_snapshot_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
platform: [ubuntu-latest, macos-latest, windows-latest]
5151
runs-on: ${{ matrix.platform }}
5252
if: github.repository == 'cypress-io/cypress'
53+
permissions:
54+
pull-requests: write
5355
env:
5456
CYPRESS_BOT_APP_ID: ${{ secrets.RAM_APP }}
5557
BASE_BRANCH: ${{ inputs.branch || github.ref_name }}

0 commit comments

Comments
 (0)