-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
37 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 |
---|---|---|
|
@@ -11,20 +11,20 @@ jobs: | |
name: scala-steward | ||
runs-on: ubuntu-latest | ||
steps: | ||
# This is necessary to ensure that the most up-to-date version of | ||
# REPOSITORIES.md is used. | ||
- uses: actions/checkout@v2 | ||
- name: Generate token | ||
id: generate-token | ||
uses: tibdex/github-app-token@v1 | ||
with: | ||
app_id: 214238 | ||
private_key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }} | ||
|
||
- name: Execute Scala Steward | ||
uses: scala-steward-org/[email protected] | ||
|
||
with: | ||
# A GitHub personal access token tied to a user that will create | ||
# pull requests against your projects to update dependencies. More | ||
# on this under the YAML snippet. | ||
github-token: ${{ secrets.SCALA_STEWARD_GITHUB_TOKEN }} | ||
# A Markdown file with a literal Markdown list of repositories | ||
# Scala Steward should monitor. | ||
repos-file: REPOSITORIES.md | ||
author-email: [email protected] | ||
author-name: Scala Steward | ||
# Use the token generated by the previous step and the | ||
# Guardian Scala Steward GitHub App | ||
github-token: ${{ steps.generate-token.outputs.token }} | ||
# used for listing repositories | ||
github-app-id: 214238 | ||
github-app-key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }} |
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
This file was deleted.
Oops, something went wrong.