Skip to content

Commit b32e560

Browse files
authored
Update deploy-trigger.yml
1 parent af849ab commit b32e560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Trigger Workflow in Another Repository
1111
env:
12-
GH_TOKEN: ${{ github.token }}
12+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
run: |
1414
# GitHub CLI api
1515
# https://cli.github.com/manual/gh_api

0 commit comments

Comments
 (0)