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 ea90103 commit cef2e1fCopy full SHA for cef2e1f
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: tibdex/github-app-token@v1
74
with:
75
app_id: 111016
76
- private_key: ${{ secrets.MY_SCALA_STEWARD }}
+ private_key: ${{ secrets.BOT_PRIVATE_KEY }}
77
- name: labeler
78
uses: actions/labeler@v3
79
@@ -84,4 +84,4 @@ jobs:
84
GITHUB_TOKEN: "${{ steps.generate_token.outputs.token }}"
85
MERGE_LABELS: "automerge"
86
MERGE_METHOD: "rebase"
87
- MERGE_FILTER_AUTHOR: "my-scala-steward[bot]"
+ MERGE_FILTER_AUTHOR: "j5ik2o-bot[bot]"
0 commit comments