Skip to content

Commit b58ea98

Browse files
The GitHub token needs to be in the environment.
1 parent 456e309 commit b58ea98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Checkout the PR
3939
env:
4040
PR_NUMBER: ${{ github.event.issue.number }}
41+
GITHUB_TOKEN: ${{ github.token }}
4142
run: |
4243
gh pr checkout $PR_NUMBER
4344

0 commit comments

Comments
 (0)