Skip to content

Commit

Permalink
add fake password
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro committed Mar 20, 2023
1 parent 38621a6 commit 9bd3258
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_tpv_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
import subprocess
import os
with open('.vault_pass.txt') as password_file:
password_file.write('FalsePassword')
def template_file(fname):
output_fname = fname.replace('.j2', '')
playbook = '.github/workflows/template_playbook.yml'
Expand Down

0 comments on commit 9bd3258

Please sign in to comment.