Skip to content

Commit

Permalink
Fix sync workflow (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jun 28, 2024
1 parent 9148f83 commit 9a36754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
Expand Down

0 comments on commit 9a36754

Please sign in to comment.