diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml index 55be6267..29d4cd71 100644 --- a/.github/workflows/upstream-sync.yml +++ b/.github/workflows/upstream-sync.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.SWIFTLM_PR_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Configure Git run: | @@ -38,7 +38,7 @@ jobs: - name: Create Pull Request to Main env: - GITHUB_TOKEN: ${{ secrets.SWIFTLM_PR_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh pr create --base main --head sync/upstream-latest \ --title "🔄 Auto-Sync: Apple Upstream Repository" \