Skip to content

Commit f5232cc

Browse files
committed
Try using secrets
1 parent e21bbd1 commit f5232cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
check: ${{ steps.changed-pdl-files.outputs.all_changed_files }}
5353
head-ref: ${{ github.event.pull_request.head.ref }}
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}
55-
token: ${{ github.token }}
55+
token: ${{ secrets.PDL_PAT }}
5656

5757
# Patch config with update_results to false
5858
- name: Patch tests/test_examples_run.yaml with update_results to False, only for the last matrix version

0 commit comments

Comments
 (0)