Skip to content

Commit

Permalink
Setup Git authentical for "update from upstream" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperLlama88888 committed Jan 18, 2025
1 parent dafb1a3 commit 3787def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/updateFromUpstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Git authentication
run: git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}.git
- name: Fetch upstream
run: |
git remote add upstream https://github.com/SuperLlama88888/holoprint.git
Expand Down

0 comments on commit 3787def

Please sign in to comment.