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
3 changes: 2 additions & 1 deletion .github/workflows/upstream_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to fetch all history for commit comparison
token: ${{ secrets.SWIFTLM_PR_TOKEN || secrets.GITHUB_TOKEN }}

- name: Check for upstream changes and set up branch
id: check_upstream
Expand Down Expand Up @@ -64,4 +65,4 @@ jobs:
echo "PR already exists. Force pushing to the branch updated the PR automatically."
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.SWIFTLM_PR_TOKEN || secrets.GITHUB_TOKEN }}
Loading