Skip to content

Scala Steward

Scala Steward #178

Workflow file for this run

name: Scala Steward
on:
schedule:
- cron: '0 9 * * 6'
workflow_dispatch:
jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
git_user_signingkey: true
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.SCALA_STEWARD_TOKEN }}
author-email: [email protected]
author-name: Gastón Schabas
sign-commits: true