-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate scala-steward to use the ZIO org bot credentials (#2834)
Co-authored-by: Nabil Abdel-Hafeez <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |