Skip to content

Commit

Permalink
Merge pull request #83 from tarao/scala-steward
Browse files Browse the repository at this point in the history
Set up scala-steward
  • Loading branch information
tarao authored Mar 7, 2024
2 parents 8a1b192 + 4cdc32c commit 71dafbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

name: Launch Scala Steward

jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_APP_INSTALLATION_ID }}
github-app-key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }}

0 comments on commit 71dafbd

Please sign in to comment.