Skip to content

Commit ca5e3d2

Browse files
authored
Update scala-steward.yml
1 parent c63227b commit ca5e3d2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/scala-steward.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ jobs:
1010
timeout-minutes: 30
1111
if: ${{ github.repository_owner == 'unfiltered' }}
1212
steps:
13-
- uses: sbt/setup-sbt@v1
1413
- name: Generate token
1514
id: generate_token
16-
uses: tibdex/github-app-token@v2
15+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1716
with:
18-
app_id: 89698
19-
private_key: ${{ secrets.UNFILTERED_APP_KEY }}
17+
app-id: 89698
18+
private-key: ${{ secrets.UNFILTERED_APP_KEY }}
2019
- name: Launch Scala Steward
21-
uses: scala-steward-org/[email protected]
20+
uses: scala-steward-org/scala-steward-action@f60ccd18bc9d8083e6809d9dc3db4a69a71d856c # v2.78.0
2221
with:
2322
github-token: ${{ steps.generate_token.outputs.token }}
2423
author-email: "74865306+unfiltered-app[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)