http4s Steward #5289
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: http4s Steward | |
on: | |
schedule: | |
- cron: '0 */4 * * *' | |
workflow_dispatch: | |
concurrency: steward | |
jobs: | |
steward: | |
runs-on: ubuntu-latest | |
name: http4s Steward | |
env: | |
SBT_OPTS: -Xmx3G | |
steps: | |
- uses: sbt/setup-sbt@v1 | |
- uses: actions/checkout@v4 | |
- name: Generate token | |
id: generate-token | |
uses: tibdex/github-app-token@v2 | |
with: | |
app_id: 207529 | |
private_key: ${{ secrets.STEWARD_PRIVATE_KEY }} | |
- name: Launch Scala Steward | |
uses: scala-steward-org/scala-steward-action@v2 | |
with: | |
github-token: ${{ steps.generate-token.outputs.token }} | |
repos-file: 'repos.md' | |
author-email: 106843772+http4s-steward[bot]@users.noreply.github.com | |
author-name: http4s-steward[bot] |