Skip to content

Scala Steward

Scala Steward #105

Workflow file for this run

name: Scala Steward
on:
workflow_dispatch: ~
schedule:
- cron: "0 0 1 * *" # at 00:00 on day-of-month 1
jobs:
scala-steward:
runs-on: ubuntu-latest
steps:
- uses: sbt/setup-sbt@v1
- uses: scala-steward-org/scala-steward-action@v2
with:
github-app-id: ${{ secrets.APP_ID }}
github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }}
github-app-key: ${{ secrets.APP_PRIVATE_KEY }}