Skip to content

Commit

Permalink
fix: prints keys - yeah i know
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 1, 2022
1 parent 67ddcd1 commit 5387dc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

# deploy
- name: Temporary print
run: |
echo "private_key = ${{ secrets.GPG_PRIVATE_KEY }}"
echo "passphrase: ${{ secrets.GPG_DEV_PASSPHRASE }}"
- name: Import GPG key
if: steps.deploy_setup.outputs.has_dev_secrets == 'true'
uses: hashicorp/ghaction-import-gpg@v2.1.0
Expand Down

0 comments on commit 5387dc3

Please sign in to comment.