File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments