Skip to content

Commit

Permalink
feat: working in progress with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Apr 30, 2022
1 parent 7ff86ed commit 16e25ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
run: |
gpg \
--yes --batch --quiet --decrypt \
--output ./manifests/k8s-secrets.env
--output ./manifests/k8s-secrets.env \
--passphrase="$GPG_PASSWORD" \
./manifests/secrets/dev.gpg
echo -e "#@data/values\n---\n$(cat ./manifests/k8s-secrets.env)" > ./manifests/k8s-secrets.env
Expand Down

0 comments on commit 16e25ea

Please sign in to comment.