chore: Add GH_TOKEN to workflow
All checks were successful
/ build (push) Successful in 3m32s
/ check-changes (push) Successful in 7s

This commit is contained in:
Djuri 2025-03-28 12:23:12 +01:00
parent afdafa9dc3
commit 1b559f08dd
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1

View file

@ -39,6 +39,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v4
with:
token: ${{ secrets.GH_TOKEN }}
node-version: lts/*
cache: yarn
cache-dependency-path: '**/yarn.lock'