Skip to content

Commit

Permalink
Merge pull request #6014 from mysteriumnetwork/new-gpg-key
Browse files Browse the repository at this point in the history
Remove old GPG fingerprints
  • Loading branch information
tzununbekov authored Mar 14, 2024
2 parents a048c83 + 6ddebe9 commit d5791d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
sudo apt-get update
sudo apt-get install devscripts build-essential lintian dput dh-make python3-paramiko
echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --import
# workaround for expired key until it gets updated
gpg --quick-set-expire F0AB06E81EEBCED6F69460F12B13D750E4ECCA9D 2025-02-05
mkdir -p ~/.ssh
echo -e "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 0600 ~/.ssh/id_rsa
Expand Down Expand Up @@ -127,8 +125,6 @@ jobs:
sudo apt-get update
sudo apt-get install devscripts build-essential lintian dput dh-make python3-paramiko
echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --import
# workaround for expired key until it gets updated
gpg --quick-set-expire F0AB06E81EEBCED6F69460F12B13D750E4ECCA9D 2025-02-05
mkdir -p ~/.ssh
echo -e "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 0600 ~/.ssh/id_rsa
Expand Down

0 comments on commit d5791d4

Please sign in to comment.