Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xesrevinu committed Oct 10, 2024
1 parent 805740c commit 991db6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_SYNC_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.REPO_SYNC_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: opraying/worker-starter
upstream_branch: main
pr_labels: chore,📚 template-sync

0 comments on commit 991db6d

Please sign in to comment.