mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-05 01:10:24 +00:00
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:
Notes:
github-actions[bot]
2025-12-03 16:30:26 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/46ce9b07750 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7010
3
.github/workflows/libjs-test262.yml
vendored
3
.github/workflows/libjs-test262.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user