diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85e9d9d..e1c3eaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: working-directory: core continue-on-error: true env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} npm-package: runs-on: ubuntu-latest @@ -118,4 +118,4 @@ jobs: working-directory: core continue-on-error: true env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file