Skip to content

Commit

Permalink
Update steward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Dec 25, 2024
1 parent 937bc47 commit 045f5d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ jobs:
name: Steward
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1


- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v1
with:
app_id: 207615
private_key: ${{ secrets.STEWARD_SECRET }}

- name: Install sbt
- uses: sbt/setup-sbt@v1

- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
Expand Down

0 comments on commit 045f5d8

Please sign in to comment.