Skip to content

Commit 42133d6

Browse files
committed
Checkout modification
1 parent 7c90638 commit 42133d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-examples-prep.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
19-
fetch-depth: 0
2019
ref: ${{ github.event.pull_request.head.ref }}
20+
repository: ${{ github.event.pull_request.head.repo.full_name }}
21+
token: ${{ secrets.PDL_PAT }}
22+
fetch-depth: 0
2123

2224
- name: Push the new run-examples yaml config
2325
shell: bash

0 commit comments

Comments
 (0)