Skip to content

Commit

Permalink
🔧还原token
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtianlong committed Aug 7, 2024
1 parent a1fec9e commit b02eb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
git config --global user.name 'tianlong.jiang'
git config --global user.email '[email protected]'
git config --global credential.helper store
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/tianlongJ/Scoop.git tmp
git clone https://${{secrets.PAT_TOKEN}}@github.com/tianlongJ/Scoop.git tmp
cd tmp
git remote add upstream https://${{ secrets.GITHUB_TOKEN }}@github.com/ScoopInstaller/Scoop.git
git remote add upstream https://${{secrets.PAT_TOKEN}}@github.com/ScoopInstaller/Scoop.git
git fetch upstream
git merge upstream/master
git push origin master

0 comments on commit b02eb5f

Please sign in to comment.