Skip to content

Commit

Permalink
ci: fix scala steward DCO signature #5
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed May 20, 2024
1 parent 4f7a3c7 commit 88cbfbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.IDENTUS_CI }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.IDENTUS_CI }}
sign-commits: true
signing-key: ${{ steps.import_gpg.outputs.keyid }}
author-email: ${{ steps.import_gpg.outputs.email }}
Expand Down

0 comments on commit 88cbfbc

Please sign in to comment.