We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e50ba7 commit 26f1e1cCopy full SHA for 26f1e1c
1 file changed
.github/workflows/upstream-sync.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
+ token: ${{ secrets.SWIFTLM_PR_TOKEN }}
21
22
- name: Configure Git
23
run: |
@@ -37,7 +38,7 @@ jobs:
37
38
39
- name: Create Pull Request to Main
40
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ GITHUB_TOKEN: ${{ secrets.SWIFTLM_PR_TOKEN }}
42
43
gh pr create --base main --head sync/upstream-latest \
44
--title "🔄 Auto-Sync: Apple Upstream Repository" \
0 commit comments