Skip to content

Commit 46ce9b0

Browse files
committed
CI: Set the PAT on the main test262 checkout step
In the deploy step, git commands are run from the main directory, so that is where the PAT must be set.
1 parent 61d9d6b commit 46ce9b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/libjs-test262.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
2727
- name: Checkout LadybirdBrowser/ladybird
2828
uses: actions/checkout@v6
29+
with:
30+
token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
2931

3032
- name: Checkout LadybirdBrowser/libjs-test262
3133
uses: actions/checkout@v6
@@ -38,7 +40,6 @@ jobs:
3840
with:
3941
repository: LadybirdBrowser/libjs-data
4042
path: libjs-data
41-
token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
4243

4344
- name: Checkout tc39/test262
4445
uses: actions/checkout@v6

0 commit comments

Comments
 (0)