From 1ae0a1f9bea0b4da2a7b364b5f625d391eca7b33 Mon Sep 17 00:00:00 2001 From: Francisco Javier Ribo Labrador Date: Fri, 19 Jul 2024 15:16:20 +0200 Subject: [PATCH] fix: releasing to HL Signed-off-by: Francisco Javier Ribo Labrador --- .github/workflows/release.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25583b068..8dfd418cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,10 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} - submodules: 'true' + with: + submodules: recursive + token: ${{ secrets.IDENTUS_CI }} + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v3 @@ -44,9 +46,12 @@ jobs: - uses: crazy-max/ghaction-import-gpg@v5 id: import_gpg with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.HYP_BOT_GPG_PRIVATE }} + passphrase: ${{ secrets.HYP_BOT_GPG_PASSWORD }} git_user_signingkey: true git_commit_gpgsign: true + git_config_global: true + git_tag_gpgsign: false - name: Release env: