Skip to content

Commit

Permalink
Fix github_token name in sync_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HangJung97 authored Jul 1, 2024
1 parent dc6a7e3 commit 24ed0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.WORKFLOW_TOKEN }}
source_repo_path: alshedivat/al-folio
upstream_branch: master

0 comments on commit 24ed0db

Please sign in to comment.