diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0b36289..ed53cf5 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,6 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.CI_TOKEN }} + persist-credentials: false - uses: actions/setup-node@v3 with: node-version: 16