ci: sign release commits with pgp key
Some checks failed
🚀 Lint & Test & Deploy / release (push) Failing after 2m10s

This commit is contained in:
release-bot
2026-02-10 15:47:42 +01:00
parent 22a11832b8
commit ee5ca81757
2 changed files with 13 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ jobs:
- name: 🚀 Create Release Commit
if: gitea.ref_type == 'tag'
run: ./.gitea/scripts/create-release.sh
env:
BOT_PGP_PRIVATE_KEY : ${{ secrets.BOT_PGP_PRIVATE_KEY }}
- name: 🛠️ Build
run: ./.gitea/scripts/build.sh