Skip to content

Commit

Permalink
chore: Add more heap memory to stew action.
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored and mdedetrich committed Apr 6, 2024
1 parent 334e124 commit b2d9121
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Launch Scala Steward
if: github.repository == 'apache/pekko'
steps:
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts

- 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 }}
github-app-auth-only: true
ignore-opts-files: false

0 comments on commit b2d9121

Please sign in to comment.