From: Steve Myers Date: Wed, 28 Aug 2024 04:54:01 +0000 (-0500) Subject: ci: gpg commit signing for cron-update-rust.yml X-Git-Tag: v1.0.0-beta.3~14^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.EncoderStringWriter.html?a=commitdiff_plain;h=b140b32648241884e0e5e222fd7a0fc4e05908f1;p=bdk ci: gpg commit signing for cron-update-rust.yml --- diff --git a/.github/workflows/cron-update-rust.yml b/.github/workflows/cron-update-rust.yml index 918bea07..5741aa6b 100644 --- a/.github/workflows/cron-update-rust.yml +++ b/.github/workflows/cron-update-rust.yml @@ -15,6 +15,11 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} + - uses: crazy-max/ghaction-import-gpg@v5 + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + git_user_signingkey: true + git_commit_gpgsign: true - name: Update rust-version to use latest stable run: | set -x @@ -36,8 +41,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ steps.generate-token.outputs.token }} - author: Update Rustc Bot - committer: Update Rustc Bot + author: Github Action + committer: Github Action branch: create-pull-request/update-rust-version title: | ci: automated update to rustc ${{ env.rust_version }}