Skip to content

Commit 0a7f7f8

Browse files
authored
ci: fix token key
1 parent f49af73 commit 0a7f7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: ahmadnassri/action-workflow-queue@v1 # avoid conflicts, by running this template one at a time
1818
- uses: ahmadnassri/action-template-repository-sync@v1
1919
with:
20-
github-token: ${{ secrets.GH_TOKEN }}
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
dry-run: true # Dry run for now

0 commit comments

Comments
 (0)