We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef2e1f commit 2b963bcCopy full SHA for 2b963bc
.github/workflows/scala-steward.yml
@@ -16,11 +16,11 @@ jobs:
16
uses: tibdex/github-app-token@v1
17
with:
18
app_id: 111016
19
- private_key: ${{ secrets.MY_SCALA_STEWARD }}
+ private_key: ${{ secrets.BOT_PRIVATE_KEY }}
20
- uses: scala-steward-org/scala-steward-action@v2
21
if: ${{ !github.event.repository.fork }}
22
23
github-token: ${{ steps.generate_token.outputs.token }}
24
- author-email: "82752207+my-scala-steward[bot]@users.noreply.github.com"
25
- author-name: "my-scala-steward[bot]"
+ author-email: "82752207+j5ik2o-bot[bot]@users.noreply.github.com"
+ author-name: "j5ik2o-bot[bot]"
26
cache-ttl: 0s
0 commit comments