Open mihirogi opened 3 years ago
Unable to set the body parameter in graphcms webhook.
You need a proxy server to run GitHub Actions from outside.
memo
main.tsの app.setGlobalPrefix('api');この部分で、/apiで待ち受けていて、 app.module.tsに登録されているコントローラーがエンドポイントになっているよ
調べる 複数のfunctionを作れるか
パターン1
/webhookでアクセスできるように、新しいプロジェクトを作る(main.tsは/webhookになっているはず)
パターン2
Idea: Execute a GitHub Action when you create an article in GraphCMS.
link: https://docs.github.com/ja/actions/managing-workflow-runs/manually-running-a-workflow https://github.com/marketplace/actions/workflow-webhook-action