diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a692d59e..1a431de55 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PUSH_TOKEN }} branch: main - name: Create .npmrc file