Skip to content

Commit

Permalink
Ref #14 masking inputs.ansible_vault_password
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Oct 19, 2024
1 parent 9d291b9 commit d0a6391
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-vpn-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- id: mask-ansible_vault_password
name: Mask ansible_vault_password
run: |
the_secret=${{ inputs.ansible_vault_password }}
echo "::add-mask::$the_secret"
echo "::add-mask::${{ inputs.ansible_vault_password }}"
echo "ansible_vault_password=$the_secret" >> "$GITHUB_OUTPUT"
- name: Verify ansible_vault_password mask
Expand Down

0 comments on commit d0a6391

Please sign in to comment.