Skip to content

scala-steward

scala-steward #1184

Workflow file for this run

name: scala-steward
on:
push:
branches: [ main ]
schedule:
- cron: '0 16 * * *'
workflow_dispatch:
jobs:
scala-steward:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'unfiltered' }}
timeout-minutes: 30
steps:
- name: generate token
id: generate_token
uses: tibdex/github-app-token@v2
with:
app_id: 89698
private_key: ${{ secrets.UNFILTERED_APP_KEY }}
- name: scala-steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ steps.generate_token.outputs.token }}
author-email: "74865306+unfiltered-app[bot]@users.noreply.github.com"
author-name: "unfiltered-app[bot]"
branches: "main,0.12.x,0.11.x,0.10.x"