Skip to content

Commit

Permalink
Update scala-steward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored Aug 9, 2023
1 parent 5c98b6d commit 8972174
Showing 1 changed file with 13 additions and 25 deletions.
38 changes: 13 additions & 25 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
schedule:
- cron: '0 0 * * 0'

name: Scala Steward

Expand All @@ -13,32 +12,21 @@ jobs:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
# GitHub App ID. See the "Installation" section of the
# README to learn how to set up the app and how to fill this input.
github-app-id: ${{ secrets.STEWARD_APP_ID }}

# GitHub App Installation ID. See the "Installation"
# section of the README to learn how to set up the app
# and how to fill this input.

github-app-installation-id: ${{ secrets.STEWARD_APP_INSTALLATION_ID }}

# GitHub App Private Key. See the "Installation" section
# of the README to learn how to set up the app and how to
# fill this input.
github-app-key: ${{ secrets.STEWARD_APP_PRIVATE_KEY }}

# Artifact migrations for newer versions of artifacts with
# different group Ids, artifact ids, or both different.
# # Artifact migrations for newer versions of artifacts with
# # different group Ids, artifact ids, or both different.
# #
# # Expects the path to HOCON file with migration/s.
# #
# # See https://github.com/scala-steward-org/scala-steward/blob/main/docs/artifact-migrations.md
# artifact-migrations: ''
#
# Expects the path to HOCON file with migration/s.
#
# See https://github.com/scala-steward-org/scala-steward/blob/main/docs/artifact-migrations.md
artifact-migrations: ''

# Author email address to use in commits. If set it will
# override any email retrieved from GitHub.
author-email: ''
# # Author email address to use in commits. If set it will
# # override any email retrieved from GitHub.
# author-email: ''

# Author name to use in commits. If set it will override
# any name retrieved from GitHub.
Expand Down Expand Up @@ -156,4 +144,4 @@ jobs:
# # Timeout for external process invocations.
# #
# # Default: 20min
# timeout: ''
# timeout: ''

0 comments on commit 8972174

Please sign in to comment.