Skip to content

Merge branch 'master' of github.com:3ll3d00d/beqcatalogue #92

Merge branch 'master' of github.com:3ll3d00d/beqcatalogue

Merge branch 'master' of github.com:3ll3d00d/beqcatalogue #92

Workflow file for this run

name: trigger beqcatalogue
on:
push:
branches:
- 'master'
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
with:
route: POST /repos/{owner}/{repo}/dispatches
owner: 3ll3d00d
repo: beqcatalogue
event_type: 'trigger'
env:
GITHUB_TOKEN: ${{ secrets.TRIGGER_BEQCATALOGUE }}