Skip to content

Commit

Permalink
Merge pull request #272 from signalwire/fix/vault-certs
Browse files Browse the repository at this point in the history
improve redability on vault certs
  • Loading branch information
lucasmellos authored Apr 24, 2024
2 parents 3fa644f + 3b2a919 commit 77ba5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ jobs:
#echo VAULT_API_ADDR=https://${{ inputs.TELEPORT_PROXY_URL }} >> $GITHUB_ENV
echo VAULT_CLIENT_TIMEOUT=120s >> $GITHUB_ENV
cp ${{ steps.teleportapp.outputs.certificate-file }} ${{github.workspace}}/certificate-file
echo VAULT_CLIENT_CERT=/github/workspace/certificate-file >> $GITHUB_ENV
echo VAULT_CLIENT_CERT=${{github.workspace}}/certificate-file >> $GITHUB_ENV
cp ${{ steps.teleportapp.outputs.key-file }} ${{github.workspace}}/key-file
echo VAULT_CLIENT_KEY=/github/workspace/key-file >> $GITHUB_ENV
echo VAULT_CLIENT_KEY=${{github.workspace}}/key-file >> $GITHUB_ENV
echo VAULT_TOKEN=$VAULT_TOKEN >> $GITHUB_ENV
env:
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Expand Down

0 comments on commit 77ba5b1

Please sign in to comment.