From 46ce9b0775099e670b67906825a478ac2a361926 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 3 Dec 2025 11:08:52 -0500 Subject: [PATCH] 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. --- .github/workflows/libjs-test262.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index b2b80a1e87c..89b61ddbbec 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -26,6 +26,8 @@ jobs: - name: Checkout LadybirdBrowser/ladybird uses: actions/checkout@v6 + with: + token: ${{ secrets.LADYBIRD_BOT_TOKEN }} - name: Checkout LadybirdBrowser/libjs-test262 uses: actions/checkout@v6 @@ -38,7 +40,6 @@ jobs: with: repository: LadybirdBrowser/libjs-data path: libjs-data - token: ${{ secrets.LADYBIRD_BOT_TOKEN }} - name: Checkout tc39/test262 uses: actions/checkout@v6