mirror of https://github.com/nocodb/nocodb
mertmit
1 year ago
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
name: "Dispatch OSS" |
||||||
|
|
||||||
|
on: |
||||||
|
workflow_dispatch: |
||||||
|
push: |
||||||
|
branches: [ develop ] |
||||||
|
|
||||||
|
jobs: |
||||||
|
push: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- uses: actions/github-script@v6 |
||||||
|
with: |
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
||||||
|
script: | |
||||||
|
const result = await github.rest.repos.createDispatchEvent({ |
||||||
|
owner: 'nocodb', |
||||||
|
repo: 'nocohub', |
||||||
|
event_type: 'OSS' |
||||||
|
}) |
Loading…
Reference in new issue