From 50a732887430ce77b68302e85025a12c1a81a5a1 Mon Sep 17 00:00:00 2001 From: SimY4 Date: Sun, 12 Nov 2023 15:14:59 +1000 Subject: [PATCH] update scala steward workflow. --- .github/workflows/scala-steward.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index f288143..cfab22c 100644 --- a/.github/workflows/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -8,8 +8,11 @@ jobs: scala-steward: runs-on: ubuntu-latest name: Launch Scala Steward + if: ${{ github.repository_owner == 'SimY4' }} steps: - name: Launch Scala Steward uses: scala-steward-org/scala-steward-action@v2 with: - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github-app-id: ${{ secrets.APP_ID }} + github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }} + github-app-key: ${{ secrets.APP_PRIVATE_KEY }} \ No newline at end of file