Skip to content

Commit 72aaac6

Browse files
RoyalOughtnesssecureblue-bot
authored andcommitted
fix(build) ensure signingkey is defined for all repos (#11)
1 parent 58355e9 commit 72aaac6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
passphrase: ${{ secrets.PASSPHRASE }}
4141
git_user_signingkey: true
4242
git_commit_gpgsign: true
43+
git_push_gpgsign: true
4344

4445
- name: Pull tags from upstream and rebase
4546
shell: bash
@@ -49,6 +50,10 @@ jobs:
4950
set -euxo pipefail
5051
git config user.email '236124859+secureblue-bot@users.noreply.github.com'
5152
git config user.name 'secureblue-bot'
53+
git config --global user.signingkey E216FE5D67C3E057
54+
git config --global commit.gpgsign true
55+
git config --global tag.gpgSign true
56+
5257
git remote add 'upstream' 'https://github.com/fedora-selinux/selinux-policy.git'
5358
git fetch --tags 'upstream'
5459

0 commit comments

Comments
 (0)