From f5de39cb304ca5750ce4c2b5d16564c7d764e151 Mon Sep 17 00:00:00 2001 From: Emanuel Ramos Date: Thu, 6 Jun 2024 13:11:32 +0100 Subject: [PATCH] run directly git push --- .github/workflows/release-docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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