Skip to content

Commit

Permalink
ci: gpg commit signing for cron-update-rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Aug 30, 2024
1 parent be009dc commit 57a22d1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cron-update-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,8 +41,8 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ steps.generate-token.outputs.token }}
author: Update Rustc Bot <bot@example.com>
committer: Update Rustc Bot <bot@example.com>
author: Github Action <github@bitcoindevkit.org>
committer: Github Action <github@bitcoindevkit.org>
branch: create-pull-request/update-rust-version
title: |
ci: automated update to rustc ${{ env.rust_version }}
Expand Down

0 comments on commit 57a22d1

Please sign in to comment.