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 }}