We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49af73 commit 0a7f7f8Copy full SHA for 0a7f7f8
.github/workflows/template-sync.yml
@@ -17,5 +17,5 @@ jobs:
17
- uses: ahmadnassri/action-workflow-queue@v1 # avoid conflicts, by running this template one at a time
18
- uses: ahmadnassri/action-template-repository-sync@v1
19
with:
20
- github-token: ${{ secrets.GH_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
21
dry-run: true # Dry run for now
0 commit comments