Skip to content

Commit cd4461a

Browse files
authored
Update deploy-call.yml
1 parent df6b877 commit cd4461a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy-call.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
deploy:
1111
name: '🚀 Deploy'
1212
uses: z-shell/.github/.github/workflows/deploy-call.yml@main
13-
with:
14-
github_token: ${{ secrets.GITHUB_TOKEN }}
15-
# secrets:
16-
# personal_token
13+
secrets:
14+
personal_token: ${{ secrets.GH_PAT }}
1715
# deploy_key: ''
1816
# external_repository: ''
1917
# publish_branch: ''

0 commit comments

Comments
 (0)