From a213dd188ed9d0790db03556a50c14fda7b4a643 Mon Sep 17 00:00:00 2001 From: Emanuel Ramos Date: Thu, 6 Jun 2024 13:08:40 +0100 Subject: [PATCH] adding with token --- .github/workflows/release-docs.yml | 3 +++ 1 file changed, 3 insertions(+) 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