Skip to content

Commit ceef963

Browse files
authored
Merge pull request #1778 from tulibraries/DEVO-1278-update-vault-step
DEVO-1278 Update vault step in actions
2 parents 058d708 + f7239cc commit ceef963

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
env:
5353
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
5454
run: |
55+
echo "::add-mask::$ANSIBLE_VAULT_PASSWORD"
5556
printf '%s' "${ANSIBLE_VAULT_PASSWORD}" > "$HOME/.vault"
5657
chmod 600 "$HOME/.vault"
5758

.github/workflows/qa-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
env:
4848
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
4949
run: |
50+
echo "::add-mask::$ANSIBLE_VAULT_PASSWORD"
5051
printf '%s' "${ANSIBLE_VAULT_PASSWORD}" > "$HOME/.vault"
5152
chmod 600 "$HOME/.vault"
5253

0 commit comments

Comments
 (0)