Skip to content

Commit 29fdcd8

Browse files
committed
fix: gh token
1 parent a0c0eb1 commit 29fdcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
exit 1
6161
env:
62-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
62+
GITHUB_TOKEN: $${{ github.token }}
6363

6464
test-e2e:
6565
needs: check-prerequisites

0 commit comments

Comments
 (0)