Skip to content

Update scala-steward.yml #1934

Update scala-steward.yml

Update scala-steward.yml #1934

Workflow file for this run

name: scala-steward
on:
push:
branches: [ master ]
schedule:
- cron: '0 10 * * *'
jobs:
scala-steward:
runs-on: ubuntu-latest
timeout-minutes: 30
if: ${{ github.repository_owner == 'unfiltered' }}
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
with:
app-id: 89698
private-key: ${{ secrets.UNFILTERED_APP_KEY }}
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@f60ccd18bc9d8083e6809d9dc3db4a69a71d856c # v2.78.0
with:
github-token: ${{ steps.generate_token.outputs.token }}
author-email: "74865306+unfiltered-app[bot]@users.noreply.github.com"
author-name: "unfiltered-app[bot]"