diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c85d186..d20bdc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v4 - run: | npm install + env: + GITHUB_TOKEN: ${{ secrets.ORG_GH_PKG_TOKEN }} - run: | npm run all test: # make sure the action works on a clean machine without building