We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 058d708 + f7239cc commit ceef963Copy full SHA for ceef963
.github/workflows/prod-deploy.yml
@@ -52,6 +52,7 @@ jobs:
52
env:
53
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
54
run: |
55
+ echo "::add-mask::$ANSIBLE_VAULT_PASSWORD"
56
printf '%s' "${ANSIBLE_VAULT_PASSWORD}" > "$HOME/.vault"
57
chmod 600 "$HOME/.vault"
58
.github/workflows/qa-deploy.yml
@@ -47,6 +47,7 @@ jobs:
47
48
49
50
51
0 commit comments