Skip to content

Commit 374f65b

Browse files
Merge pull request #63 from kevinbackhouse/smoketest
The GitHub token needs to be in the environment
2 parents 456e309 + 5278b25 commit 374f65b

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: ${{ secrets.GITHUB_TOKEN }}
4142
run: |
4243
gh pr checkout $PR_NUMBER
4344

0 commit comments

Comments
 (0)