Skip to content

Commit

Permalink
Fix scala steward CI (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Dec 23, 2024
1 parent 3de47ee commit 735c3ad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
name: Scala Steward

# This workflow will launch everyday at 00:00
# This workflow will launch every day at 00:00
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch: {}

permissions:
contents: write
pull-requests: write

jobs:
scala-steward:
timeout-minutes: 45
runs-on: ubuntu-latest
name: Scala Steward
steps:
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Scala Steward
uses: scala-steward-org/scala-steward-action@v2.72.0
uses: scala-steward-org/scala-steward-action@v2
with:
github-app-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_INSTALLATION_ID }}
Expand Down

0 comments on commit 735c3ad

Please sign in to comment.