Skip to content

Steward

Steward #117

Workflow file for this run

name: Steward
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- uses: actions/checkout@v2
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
author-email: [email protected]
repos-file: 'repos.md'