Scala Steward #217
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: Scala Steward | |
on: | |
schedule: | |
- cron: '0 6 * * 0' # 00:00 every Sunday | |
workflow_dispatch: # enable manual trigger of workflow | |
jobs: | |
scala-steward: | |
runs-on: ubuntu-latest | |
name: Launch Scala Steward | |
steps: | |
- name: Launch Scala Steward | |
uses: scala-steward-org/[email protected] | |
with: | |
github-token: ${{ secrets.STEWARD_SECRET }} |