Skip to content

Commit

Permalink
Merge pull request #522 from okp4/ci/sign-release-commits
Browse files Browse the repository at this point in the history
ci(release): allow botanik to sign release commits
  • Loading branch information
amimart authored Jan 19, 2024
2 parents 01b2269 + 17e473f commit a9325ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
with:
token: ${{ secrets.OKP4_TOKEN }}

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.OKP4_BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.OKP4_BOT_GPG_PASSPHRASE }}
git_config_global: true
git_user_signingkey: true
git_commit_gpgsign: true

- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a9325ef

Please sign in to comment.