Skip to content

Commit

Permalink
fix: gpg keys import
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 3, 2022
1 parent 7ff7082 commit eecee80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ jobs:

- name: Decrypt Dev Secrets
run: |
export GPG_TTY=$(tty)
gpg --list-keys
gpg --yes --batch --quiet --decrypt --output ./manifests/k8s-secrets.env ./manifests/secrets/dev.gpg
cat ./manifests/k8s-secrets.env
Expand Down

0 comments on commit eecee80

Please sign in to comment.