Skip to content

Commit

Permalink
run directly git push
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix committed Jun 6, 2024
1 parent a213dd1 commit f5de39c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5de39c

Please sign in to comment.