Skip to content

Update sbt-ci-release to 1.9.0 (#281) #182

Update sbt-ci-release to 1.9.0 (#281)

Update sbt-ci-release to 1.9.0 (#281) #182

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
push:
branches:
- main
name: Launch Scala Steward
jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_APP_INSTALLATION_ID }}
github-app-key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }}
github-app-auth-only: true