diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 0601561..0c7f680 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -49,11 +49,8 @@ jobs: - name: Push changes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - token: ${{ secrets.GITHUB_TOKEN }} run: | - git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/quixio/quix-cli.git - git push --set-upstream origin $branch_name + git push - name: Create Pull Request uses: peter-evans/create-pull-request@v5