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.
This commit is contained in:
Timothy Flynn
2025-12-03 11:08:52 -05:00
committed by Tim Flynn
parent 61d9d6bebb
commit 46ce9b0775
Notes: github-actions[bot] 2025-12-03 16:30:26 +00:00

View File

@@ -26,6 +26,8 @@ jobs:
- name: Checkout LadybirdBrowser/ladybird - name: Checkout LadybirdBrowser/ladybird
uses: actions/checkout@v6 uses: actions/checkout@v6
with:
token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
- name: Checkout LadybirdBrowser/libjs-test262 - name: Checkout LadybirdBrowser/libjs-test262
uses: actions/checkout@v6 uses: actions/checkout@v6
@@ -38,7 +40,6 @@ jobs:
with: with:
repository: LadybirdBrowser/libjs-data repository: LadybirdBrowser/libjs-data
path: libjs-data path: libjs-data
token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
- name: Checkout tc39/test262 - name: Checkout tc39/test262
uses: actions/checkout@v6 uses: actions/checkout@v6