Skip to content

Commit af82852

Browse files
committed
Removed github token from the configuration.
1 parent 7335e51 commit af82852

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

composer.env.sample

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
COMPOSER_GITHUB_TOKEN=
21
COMPOSER_MAGENTO_USERNAME=
32
COMPOSER_MAGENTO_PASSWORD=

docker/php-fpm/bin/composer

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
if [ ! -f "$MAGENTO_COMPOSER_HOME/auth.json" ]; then
77
cat <<EOF > ${MAGENTO_COMPOSER_HOME}/auth.json
88
{
9-
"github-oauth": {
10-
"github.com": "${COMPOSER_GITHUB_TOKEN}"
11-
},
129
"http-basic": {
1310
"repo.magento.com": {
1411
"username": "${COMPOSER_MAGENTO_USERNAME}",

0 commit comments

Comments
 (0)