CI: Set the Ladybird token when checking out libjs-data
According to: https://github.com/orgs/community/discussions/26694 We need to set the token when checking out the repo as well.
This commit is contained in:
parent
0c9d15788e
commit
61d9d6bebb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/libjs-test262.yml
vendored
1
.github/workflows/libjs-test262.yml
vendored
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
with:
|
||||
repository: LadybirdBrowser/libjs-data
|
||||
path: libjs-data
|
||||
token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
|
||||
|
||||
- name: Checkout tc39/test262
|
||||
uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue