Skip to content

Commit 5278b25

Browse files
Update .github/workflows/smoketest.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b58ea98 commit 5278b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout the PR
3939
env:
4040
PR_NUMBER: ${{ github.event.issue.number }}
41-
GITHUB_TOKEN: ${{ github.token }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |
4343
gh pr checkout $PR_NUMBER
4444

0 commit comments

Comments
 (0)