Skip to content

Commit

Permalink
Run Personal Access Token as intended
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiu121 committed Nov 11, 2021
1 parent 2979921 commit 0400a3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
git add .
git commit -m 'Update "${{ github.ref }}"' -a || true
#git remote set-url origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://sergiu121:${{ secrets.ACCESS_TOKEN }}@github.com/Sergiu121/sergiu121.github.io.git
git push
git push https://${{ secrets.ACCESS_TOKEN }}@github.com/Sergiu121/sergiu121.github.io.git
# The above command will fail if no changes were present, so we ignore
# that.
- name: Add comment to PR
Expand Down

0 comments on commit 0400a3f

Please sign in to comment.