We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd518c commit a007863Copy full SHA for a007863
1 file changed
.github/workflows/deploy-push.yml
@@ -114,6 +114,7 @@ jobs:
114
WORKFLOW_ID: ${{ 'deploy-application.yml' }}
115
uses: actions/github-script@v7
116
with:
117
+ github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
118
script: |-
119
await github.rest.actions.createWorkflowDispatch({
120
owner: context.repo.owner,
0 commit comments