build(deps): bump the production-dependencies group with 5 updates (#… #256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dispatch workflow | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
dispatch-update-readme-workflow: | |
name: Run update readme workflow | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/github-script@v7 | |
env: | |
HUSKY: 0 | |
with: | |
github-token: ${{ secrets.PAT_TOKEN }} | |
script: | | |
await github.rest.actions.createWorkflowDispatch({ | |
owner: 'krzysztofzuraw', | |
repo: 'krzysztofzuraw', | |
workflow_id: '4792828', | |
ref: 'main' | |
}) |