Skip to content

Commit 7793cda

Browse files
authored
Merge branch 'prod' into main
2 parents 352e375 + 03df2db commit 7793cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upsteam-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: sync
3535
uses: repo-sync/github-sync@7c8493e95237362ad417495e8512c37e78d25f19
3636
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.UNITY_PAT }}
3838
with:
3939
source_repo: "https://github.com/supabase/realtime"
4040
source_branch: "main"
@@ -101,4 +101,4 @@ jobs:
101101
--head upstream-main \
102102
--title "$PR_TITLE" \
103103
--body "$PR_BODY"
104-
fi
104+
fi

0 commit comments

Comments
 (0)