Skip to content

Commit

Permalink
Fix template sync (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jun 28, 2024
1 parent 9c952bd commit 90b8e64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- uses: AndreasAugustin/actions-template-sync@v2
with:
# required to update github workflow files
github_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr_commit_msg: Merge template changes
source_repo_path: NuschtOS/template

0 comments on commit 90b8e64

Please sign in to comment.