Skip to content

feat: Notionボタンからの強制リビルドトリガーを追加 #41

feat: Notionボタンからの強制リビルドトリガーを追加

feat: Notionボタンからの強制リビルドトリガーを追加 #41

Workflow file for this run

name: run common linters for GitHub Action
on:
pull_request:
paths:
- '.github/workflows/**'
jobs:
lint:
uses: cloudnativedaysjp/reusable-workflows/.github/workflows/wc-lint-actions.yml@main
permissions:
contents: write
pull-requests: write
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}