Skip to content

Commit 2db02df

Browse files
committed
Rename misspelled vars on env file
1 parent 02348e5 commit 2db02df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/qit/config/default.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# ===========================================
55
# QIT CLI CREDENTIALS (for security, phpstan, malware 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)