Skip to content

Commit

Permalink
update scala steward workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Nov 12, 2023
1 parent 8b78915 commit 50a7328
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
github-app-id: ${{ secrets.APP_ID }}
github-app-installation-id: ${{ secrets.APP_INSTALLATION_ID }}
github-app-key: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 50a7328

Please sign in to comment.