Em có xoá job BD và edit lại 1 tí xíu newsletter T12 nha a (#14) #245
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: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Workflow | |
uses: actions/github-script@v6 | |
with: | |
github-token: ${{secrets.DWARVES_PAT}} | |
script: | | |
github.rest.actions.createWorkflowDispatch({ | |
owner: context.repo.owner, | |
repo: "note.d.foundation", | |
workflow_id: 'dispatch.yml', | |
ref: 'main', | |
}) |