Skip to content

scala-steward

scala-steward #1380

Workflow file for this run

name: scala-steward
on:
push:
branches: [ master ]
schedule:
- cron: '0 1 * * *'
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: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2.65.0
with:
github-token: ${{ steps.generate_token.outputs.token }}
author-email: "74865306+unfiltered-app[bot]@users.noreply.github.com"
author-name: "unfiltered-app[bot]"