Skip to content

add token to env

add token to env #104

Workflow file for this run

name: trigger beqcatalogue
on:
push:
branches:
- 'master'
- 'main'
concurrency:
group: publish
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 }}