Skip to content

Commit

Permalink
adding with token
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix committed Jun 6, 2024
1 parent 837b882 commit a213dd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a213dd1

Please sign in to comment.