Skip to content

Commit ad3e495

Browse files
committed
fix: update GitHub token reference in upstream sync workflow
1 parent f15c17c commit ad3e495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upsteam-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Create Pull Request from console
3232
env:
33-
GH_TOKEN: ${{ secrets.PAT }}
33+
GH_TOKEN: ${{ secrets.UNITY_PAT }}
3434
run: |
3535
# Check if PR already exists with this title
3636
PR_TITLE="🔄 Sync with upstream changes"

0 commit comments

Comments
 (0)