Skip to content

Commit

Permalink
Config scala-steward.yml
Browse files Browse the repository at this point in the history
Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com>
  • Loading branch information
FabioPinheiro committed Apr 30, 2024
1 parent 36107a7 commit 6212196
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Scala Steward
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand All @@ -39,9 +39,12 @@ jobs:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
env:
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
github-token: ${{ secrets.ATALA_GITHUB_TOKEN }}
author-email: ${{ steps.import_gpg.outputs.email }}
author-name: ${{ steps.import_gpg.outputs.name }}
sign-commits: true
signing-key: ${{ secrets.GPG_SIGNING_KEY_ID }}
branches: main

0 comments on commit 6212196

Please sign in to comment.