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