Skip to content

Commit f860edc

Browse files
authored
Update token usage in PR workflow for checkout
1 parent fbab82d commit f860edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-update-playwright-expectations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
uses: actions/checkout@v6
6060
with:
6161
ref: ${{ steps.pr-info.outputs.branch }}
62-
token: ${{ secrets.PR_GH_TOKEN }}
6362
- name: Setup frontend
6463
uses: ./.github/actions/setup-frontend
6564
with:
@@ -174,6 +173,7 @@ jobs:
174173
uses: actions/checkout@v6
175174
with:
176175
ref: ${{ needs.setup.outputs.branch }}
176+
token: ${{ secrets.PR_GH_TOKEN }}
177177

178178
# Download all changed snapshot files from shards
179179
- name: Download snapshot artifacts

0 commit comments

Comments
 (0)