Skip to content

Commit

Permalink
Update auth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Westgate authored Oct 5, 2018
1 parent 1b36d38 commit b7ae180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"http-basic": {
"repo.magento.com": {
"username": "${MAGENTO_USER}",
"password": "${MAGENTO_PASS}"
"username": "MAGENTO_USER",
"password": "MAGENTO_PASS"
}
}
}

0 comments on commit b7ae180

Please sign in to comment.