Skip to content

Commit

Permalink
[FB] Workflow | Part3 try fix pull from upstream error
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Aug 21, 2024
1 parent 231c036 commit b8db4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Fetch Floorp 📥
run: |
cd mozilla-unified
git remote add floorp https://${GITHUB_ACTOR}:${{ github.token }}@github.com/${{ github.repository }}
git remote add floorp https://${{ secrets.PAT }}@github.com/${{ github.repository }}.git
git fetch floorp
- name: Push 🎁
Expand Down

0 comments on commit b8db4cf

Please sign in to comment.