Skip to content

Commit

Permalink
try again with pat
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabri3l committed Sep 22, 2023
1 parent abb947a commit de1b144
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
run: |
git checkout test-sync-action -- .github/workflows/sync_upstream.yml
- name: Set remote using PAT
run: |
git remote set-url origin https://x-access-token:${{ secrets.MY_PAT }}@github.com/Gabri3l/goja.git
- name: Push updates
run: |
git push origin test-sync-action

0 comments on commit de1b144

Please sign in to comment.