Skip to content

Commit

Permalink
Add scala steward action
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Apr 25, 2022
1 parent 9758851 commit 2bdbbd6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
schedule:
- cron: '24 8 * * *'
workflow_dispatch:

name: Launch Scala Steward

jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}

0 comments on commit 2bdbbd6

Please sign in to comment.