summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/repo-sync.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml
index 3342c47..0b9918c 100644
--- a/.github/workflows/repo-sync.yml
+++ b/.github/workflows/repo-sync.yml
@@ -19,4 +19,4 @@ jobs:
source_branch: "*"
destination_branch: "*"
sync_tags: "true"
- github_token: ${{ secrets.REPO_SYNC_PAT }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}