diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06a9171..8e266cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: "👖 coveralls" uses: coverallsapp/github-action@v1.0.1 with: - github-token: ${{ secrets.COVERALLS_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} - name: "🚀 publish" run: npm publish env: