···2233on:
44 workflow_call:
55+ secrets:
66+ BOT_APP_ID:
77+ description: 'The GitHub App ID for authenticating with the GitHub API'
88+ required: true
99+ BOT_PRIVATE_KEY:
1010+ description: 'The GitHub App Private Key for authenticating with the GitHub API'
1111+ required: true
512613jobs:
714 issue:
+7
.github/workflows/format.yml
···88 default: "format"
99 required: false
1010 type: string
1111+ secrets:
1212+ BOT_APP_ID:
1313+ description: 'The GitHub App ID for authenticating with the GitHub API'
1414+ required: true
1515+ BOT_PRIVATE_KEY:
1616+ description: 'The GitHub App Private Key for authenticating with the GitHub API'
1717+ required: true
11181219jobs:
1320 format:
+7
.github/workflows/preview.yml
···1212 default: "./examples/**"
1313 required: false
1414 type: string
1515+ secrets:
1616+ BOT_APP_ID:
1717+ description: 'The GitHub App ID for authenticating with the GitHub API'
1818+ required: true
1919+ BOT_PRIVATE_KEY:
2020+ description: 'The GitHub App Private Key for authenticating with the GitHub API'
2121+ required: true
15221623jobs:
1724 preview: