diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f95b93c..7a92324 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run: npm install - name: publish env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.LUV }} run: npm run publish publish_on_mac: @@ -33,7 +33,7 @@ jobs: run: npm install - name: publish env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.LUV }} run: npm run publish publish_on_win: @@ -48,5 +48,5 @@ jobs: run: npm install - name: publish env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.LUV }} run: npm run publish