diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5cc0b47..d854dce 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 12.x - name: Authenticate NPM - uses: NiceLabs/automatic-github-token@v2 + uses: DimensionDev/github-token-action@latest with: registry: true - name: Install and Test