mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
1d2d589125
* add create docs command * use good repo * remove unused
16 lines
508 B
YAML
16 lines
508 B
YAML
on:
|
|
issue_comment:
|
|
types: [created]
|
|
|
|
jobs:
|
|
trigger-docs:
|
|
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/docs') }}
|
|
uses: windmill-labs/windmilldocs/.github/workflows/create-docs.yml@main
|
|
with:
|
|
pr_number: ${{ github.event.issue.number }}
|
|
repo: ${{ github.event.repository.name }}
|
|
comment_text: ${{ github.event.comment.body }}
|
|
secrets:
|
|
DOCS_TOKEN: ${{ secrets.DOCS_TOKEN }}
|
|
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
|