Skip to content

Commit a007863

Browse files
committed
ci: trigger deployment with admin GitHub token
1 parent edd518c commit a007863

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
WORKFLOW_ID: ${{ 'deploy-application.yml' }}
115115
uses: actions/github-script@v7
116116
with:
117+
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
117118
script: |-
118119
await github.rest.actions.createWorkflowDispatch({
119120
owner: context.repo.owner,

0 commit comments

Comments
 (0)