Add scala steward
This commit is contained in:
parent
80d13b33e1
commit
185a5a3711
1 changed files with 17 additions and 0 deletions
17
.github/workflows/scala-steward.yml
vendored
Normal file
17
.github/workflows/scala-steward.yml
vendored
Normal file
|
|
@ -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.SCALA_STEWARD_APP_ID }}
|
||||
github-app-installation-id: ${{ secrets.SCALA_STEWARD_INSTALLATION_ID }}
|
||||
github-app-key: ${{ secrets.SCALA_STEWARD_PRIVATE_KEY }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue