Skip to content

Use discover output #127

Use discover output

Use discover output #127

Workflow file for this run

name: Mockzilla
on:
push:
branches: [main, master]
pull_request:
types: [labeled, synchronize, reopened, closed]
permissions:
contents: read
pull-requests: write
jobs:
publish:
runs-on: ubuntu-latest
if: >-
github.event_name == 'push' ||
contains(github.event.pull_request.labels.*.name, 'Mockzilla')
steps:
- uses: actions/checkout@v4
- uses: mockzilla/actions/codegen@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}