diff --git a/.github/workflows/steward.yml b/.github/workflows/steward.yml index a6b91b5..b532cfb 100644 --- a/.github/workflows/steward.yml +++ b/.github/workflows/steward.yml @@ -13,6 +13,6 @@ jobs: - name: Launch Scala Steward uses: scala-steward-org/scala-steward-action@v2 with: - github-token: ${{ secrets.REPO_GITHUB_TOKEN }} - author-email: zhong.lunfu@gmail.com - repos-file: 'repos.md' + github-app-id: ${{ secrets.APP_ID }} + github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }} + github-app-key: ${{ secrets.APP_PRIVATE_KEY }}