File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,16 @@ jobs:
105
105
run : |
106
106
rm -rf .git/hooks
107
107
108
+ # Import GPG key to sign commits:
109
+ - name : ' Import GPG key to sign commits'
110
+ # Pin action to full length commit SHA
111
+ uses : crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
112
+ with :
113
+ gpg_private_key : ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
114
+ passphrase : ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}
115
+ git_user_signingkey : true
116
+ git_commit_gpgsign : true
117
+
108
118
# Create a pull request:
109
119
- name : ' Create pull request'
110
120
id : cpr
@@ -118,7 +128,8 @@ jobs:
118
128
- updates the REPL namespace documentation
119
129
120
130
commit-message : ' docs: update REPL namespace documentation'
121
- committer : ' stdlib-bot <noreply@stdlib.io>'
131
+ committer : ' stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>'
132
+ signoff : true
122
133
token : ${{ secrets.PULL_REQUEST_TOKEN }}
123
134
labels : |
124
135
documentation
You can’t perform that action at this time.
0 commit comments