From 182e44d7a54bd15bdcf836ef70940db428025203 Mon Sep 17 00:00:00 2001 From: Steve Cresswell <229672+cressie176@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:48:37 +0000 Subject: [PATCH] Fix husky deprecation warning --- .github/workflows/node-js-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index 857741e..a8250d8 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -16,6 +16,8 @@ jobs: - run: npm ci - run: npm run lint - run: npm test + env: + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} code-climate: needs: build