Skip to content

Commit

Permalink
refactor: Use synthetic secrets for credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarugula committed Jan 29, 2024
1 parent 51324f7 commit e3f8fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/deploy/onboarding-tests/roles/configure/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
- debug:
msg: Tests E2E

- name: Set test account email from Synthetic secrets
- name: Set test account email using Synthetic secrets
set_fact:
test_email: {{ test_email }}

- name: Set test account password from Synthetic secrets
- name: Set test account password using Synthetic secrets
set_fact:
test_password: {{ test_password }}

Expand Down

0 comments on commit e3f8fbe

Please sign in to comment.