Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/sync-winget-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Sync fork with upstream
run: |
gh api -X POST repos/smallstep/winget-pkgs/merge-upstream \
-f branch=master
env:
GH_TOKEN: ${{ secrets.GORELEASER_PAT }}
git clone --depth 1 https://github.com/microsoft/winget-pkgs.git
cd winget-pkgs
git remote add fork https://x-access-token:${{ secrets.WINGET_PAT }}@github.com/smallstep/winget-pkgs.git
git push fork master --force