We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58355e9 commit 72aaac6Copy full SHA for 72aaac6
.github/workflows/upstream-sync.yml
@@ -40,6 +40,7 @@ jobs:
40
passphrase: ${{ secrets.PASSPHRASE }}
41
git_user_signingkey: true
42
git_commit_gpgsign: true
43
+ git_push_gpgsign: true
44
45
- name: Pull tags from upstream and rebase
46
shell: bash
@@ -49,6 +50,10 @@ jobs:
49
50
set -euxo pipefail
51
git config user.email '236124859+secureblue-bot@users.noreply.github.com'
52
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
+
57
git remote add 'upstream' 'https://github.com/fedora-selinux/selinux-policy.git'
58
git fetch --tags 'upstream'
59
0 commit comments