Skip to content

Commit

Permalink
Migrate scala-steward to use the ZIO org bot credentials (#2834)
Browse files Browse the repository at this point in the history
Co-authored-by: Nabil Abdel-Hafeez <[email protected]>
  • Loading branch information
guizmaii and 987Nabil authored May 16, 2024
1 parent 1cbcabf commit 17aedb3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: Scala Steward

# This workflow will launch everyday at 00:00
on:
schedule:
- cron: '0 9 * * *'
workflow_dispatch:
- cron: '0 0 * * *'
workflow_dispatch: {}

jobs:
scala-steward:
timeout-minutes: 45
runs-on: ubuntu-latest
name: Launch Scala Steward
name: Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
- name: Scala Steward
uses: scala-steward-org/scala-steward-action@v2.65.0
with:
github-token: ${{ secrets.SCALA_STEWARD_PAT }}
github-app-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_INSTALLATION_ID }}
github-app-key: ${{ secrets.SCALA_STEWARD_GITHUB_APP_PRIVATE_KEY }}
github-app-auth-only: true

0 comments on commit 17aedb3

Please sign in to comment.