Skip to content

Commit 4554114

Browse files
authored
Update update-checker.yml
1 parent df5d5bb commit 4554114

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-checker.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ jobs:
4545
run: |
4646
echo ${{ steps.getHash.outputs.commitHash }} | tee .commitHash
4747
48+
4849
- name: Trigger build
4950
if: steps.cacheHash.outputs.cache-hit != 'true'
50-
uses: peter-evans/repository-dispatch@v2
51+
uses: peter-evans/repository-dispatch@v1
5152
with:
52-
token: ${{ secrets.TOKEN }}
53+
token: ${{ secrets.ACTIONS_TRIGGER_PAT }}
5354
event-type: Source Code Update
5455

5556
- name: Delete workflow runs

0 commit comments

Comments
 (0)