Skip to content

Commit

Permalink
Add gpg keyring import for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrojo77 committed Aug 22, 2024
1 parent da09637 commit 23db75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
# Move binaries to path
sudo mv blackbox/bin/* /home/runner/bin/
echo -n "$GPG_KEY" | base64 --decode | gpg --import
gpg --keyring $NDLA_DEPLOY/.blackbox/pubring.kbx --export | gpg --import
- name: Install kubectl
run: |
curl -L https://storage.googleapis.com/kubernetes-release/release/v1.21.11/bin/linux/amd64/kubectl > kubectl
Expand Down

0 comments on commit 23db75e

Please sign in to comment.