From 1feed57e5d5b7790d8625fd56e49c458dd3c4303 Mon Sep 17 00:00:00 2001 From: Daniel Hrivnak Date: Tue, 10 Dec 2024 16:45:31 -0600 Subject: [PATCH] more stuff --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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