File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 app_id : ${{ secrets.APP_ID }}
1717 private_key : ${{ secrets.APP_PRIVATE_KEY }}
18+ - uses : crazy-max/ghaction-import-gpg@v5
19+ with :
20+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
21+ git_user_signingkey : true
22+ git_commit_gpgsign : true
1823 - name : Update rust-version to use latest stable
1924 run : |
2025 set -x
3641 uses : peter-evans/create-pull-request@v6
3742 with :
3843 token : ${{ steps.generate-token.outputs.token }}
39- author : Update Rustc Bot <bot@example.com >
40- committer : Update Rustc Bot <bot@example.com >
44+ author : Github Action <github@bitcoindevkit.org >
45+ committer : Github Action <github@bitcoindevkit.org >
4146 branch : create-pull-request/update-rust-version
4247 title : |
4348 ci: automated update to rustc ${{ env.rust_version }}
You can’t perform that action at this time.
0 commit comments