Public Repos Scala Steward #6558
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Public Repos Scala Steward | |
on: | |
schedule: | |
- cron: "55 9-18 * * MON-FRI" | |
# Provide support for manually triggering the workflow via GitHub. | |
workflow_dispatch: | |
jobs: | |
call-reusable-workflow: | |
uses: ./.github/workflows/reusable-scala-steward.yml | |
with: | |
app_id: 214238 | |
app_installation_id: 26822732 | |
secrets: | |
private_key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }} |