Skip to content

Commit 7a8db19

Browse files
author
Oleksii Korshenko
authored
ENGCOM-3917: Improve auth.json.sample #20416
2 parents 909c9ec + 209a6ca commit 7a8db19

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

auth.json.sample

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"http-basic": {
3-
"repo.magento.com": {
4-
"username": "<public-key>",
5-
"password": "<private-key>"
6-
}
7-
}
2+
"github-oauth": {
3+
"github.com": "<github-personal-access-token>"
4+
},
5+
"http-basic": {
6+
"repo.magento.com": {
7+
"username": "<public-key>",
8+
"password": "<private-key>"
9+
}
10+
}
811
}

0 commit comments

Comments
 (0)