Skip to content

Commit

Permalink
Add local scala-steward workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed Jun 24, 2024
1 parent 6490091 commit 407f4d5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
push:
branches:
- main

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 }}
github-app-auth-only: true

0 comments on commit 407f4d5

Please sign in to comment.