Skip to content

Commit 77ce07c

Browse files
committed
Rename misspelled vars on env file
1 parent 02348e5 commit 77ce07c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/qit/config/default.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copy this file to local.env and update with your values
33

44
# ===========================================
5-
# QIT CLI CREDENTIALS (for security, phpstan, malware tests)
5+
# QIT CLI CREDENTIALS (for security, phpstan, malware, custom e2e tests)
66
# ===========================================
7-
QIT_CI_USER=your_qit_username
8-
QIT_CI_SECRET=your_qit_application_password
7+
QIT_USER=your_qit_username
8+
QIT_PASSWORD=your_qit_application_password
99

0 commit comments

Comments
 (0)