Skip to content

Commit

Permalink
Update scala-steward.yml (#319)
Browse files Browse the repository at this point in the history
fixed private key, passphrase and signing key
  • Loading branch information
gastonschabas authored Oct 25, 2023
1 parent 86dc609 commit c39a5dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v6
with:
git_user_signingkey: true
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.SCALA_STEWARD_TOKEN }}
signing-key: ${{ secrets.GPG_SIGNING_KEY_ID }}
author-email: [email protected]
author-name: Gastón Schabas
sign-commits: true

0 comments on commit c39a5dc

Please sign in to comment.