25 |
echo "${{ secrets.COMMIT_GPG_KEY }}" > private.key |
echo "${{ secrets.COMMIT_GPG_KEY }}" > private.key |
26 |
gpg --import private.key |
gpg --import private.key |
27 |
rm -f private.key |
rm -f private.key |
28 |
|
git config --global user.name "Ar Rakin" |
29 |
|
git config --global user.email "rakinar2@onesoftnet.eu.org" |
30 |
git config --global user.signingkey "6AE7B08C68169452" |
git config --global user.signingkey "6AE7B08C68169452" |
31 |
git config --global commit.gpgsign true |
git config --global commit.gpgsign true |
32 |
|
|