We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21bbd1 commit f5232ccCopy full SHA for f5232cc
.github/workflows/run-examples-prep.yml
@@ -52,7 +52,7 @@ jobs:
52
check: ${{ steps.changed-pdl-files.outputs.all_changed_files }}
53
head-ref: ${{ github.event.pull_request.head.ref }}
54
repository: ${{ github.event.pull_request.head.repo.full_name }}
55
- token: ${{ github.token }}
+ token: ${{ secrets.PDL_PAT }}
56
57
# Patch config with update_results to false
58
- name: Patch tests/test_examples_run.yaml with update_results to False, only for the last matrix version
0 commit comments