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:
Timothy Flynn 2025-12-03 09:21:35 -05:00 committed by Tim Flynn
parent 0c9d15788e
commit 61d9d6bebb
Notes: github-actions[bot] 2025-12-03 15:07:35 +00:00

View file

@ -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