diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3476a00..73017e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,10 @@ jobs: - run: rm .gitignore - run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.TOKEN_SR }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: >- git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v1 env: - GITHUB_TOKEN: ${{ secrets.TOKEN_SR }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file