diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15be944..9c8f0f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,7 @@ jobs: - name: 'Setup git coordinates' run: | - git remote set-url origin https://${{github.actor}}:${{secrets.GITHUB_TOKEN}}@github.com/${{ github.repository }}.git + git remote set-url origin https://${{github.actor}}:${{secrets.TOKEN}}@github.com/${{ github.repository }}.git git config user.name $GH_USER git config user.email $GH_EMAIL