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 42b1617 commit 71cb735
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: "-Xms512M -Xmx4096M -XX:MaxGCPauseMillis=200"
with:
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_INSTALLATION_ID }}
Expand Down

0 comments on commit 71cb735

Please sign in to comment.