Skip to content

Commit

Permalink
Merge pull request #6 from philwalk/bugfix-01
Browse files Browse the repository at this point in the history
add scala-steward.yml
  • Loading branch information
philwalk authored Mar 26, 2024
2 parents 40102dc + 5e8327f commit 9f277c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
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.APP_ID }}
github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }}
github-app-key: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 9f277c4

Please sign in to comment.