mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 13:50:00 +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:
parent
61d9d6bebb
commit
46ce9b0775
Notes:
github-actions[bot]
2025-12-03 16:30:26 +00:00
Author: https://github.com/trflynn89
Commit: 46ce9b0775
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7010
1 changed files with 2 additions and 1 deletions
3
.github/workflows/libjs-test262.yml
vendored
3
.github/workflows/libjs-test262.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue