Skip to content

Commit

Permalink
chore: fix github token issue on windows with v8 snapshot action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel authored Nov 22, 2024
1 parent fe0e59b commit baaa77d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_v8_snapshot_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
id: check-number-of-existing-prs
run: |
echo "number_of_prs_for_branch=$(gh api '/repos/cypress-io/cypress/pulls?head=cypress-io:${{ env.BRANCH_NAME }}' --jq length)" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ secrets.BOT_GITHUB_ACTION_TOKEN }}
shell: bash
- name: Check need for PR or branch update
id: check-need-for-pr
run: |
Expand Down

0 comments on commit baaa77d

Please sign in to comment.