diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 1b807b0..0601561 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -49,7 +49,10 @@ 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 - name: Create Pull Request