From 3ca4bd37c9edd03ca5be09ad2e9daf837d833f7c Mon Sep 17 00:00:00 2001 From: Janek Rahrt Date: Tue, 14 Jun 2022 14:00:15 +0200 Subject: [PATCH] fix: test --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 44c7c76c1..8e9662220 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: node-version: - 14.x env: - HELLO: ${{ secrets.HELLO }} + HELLO: ${{ secrets.NPM_TOKEN }} steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}