Change env variable name

This commit is contained in:
Daniël van Noord
2021-07-19 16:45:26 +02:00
parent d8eea6939e
commit 522443c30f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ jobs:
Check_linting_test_and_build:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REGISTERY_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2