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.
2 parents 456e309 + 5278b25 commit 374f65bCopy full SHA for 374f65b
.github/workflows/smoketest.yaml
@@ -38,6 +38,7 @@ jobs:
38
- name: Checkout the PR
39
env:
40
PR_NUMBER: ${{ github.event.issue.number }}
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
43
gh pr checkout $PR_NUMBER
44
0 commit comments