Skip to content

Commit 209a6ca

Browse files
ENGCOM-3917: Improve auth.json.sample #20416
- Merge Pull Request #20416 from brendanfalkowski/magento2:feature/fix-auth-json - Merged commits: 1. 359d82f 2. 4d56b68 3. 7d0f89d
2 parents e5c1527 + 7d0f89d commit 209a6ca

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)