Skip to content

Commit

Permalink
Add jvm opts to scala steward
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 6, 2024
1 parent 08052f4 commit c289779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
env:
JAVA_OPTS: "-Xmx4g"
with:
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_INSTALLATION_ID }}
Expand Down

0 comments on commit c289779

Please sign in to comment.