Skip to content

Commit f15dd4c

Browse files
committed
Strip GitHub authentication
1 parent 0e20131 commit f15dd4c

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

src/Template/.github/workflows/deptrac.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161

6262
- name: Install dependencies
6363
run: |
64-
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
6564
if [ -f composer.lock ]; then
6665
composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
6766
else

src/Template/.github/workflows/infection.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757

5858
- name: Install dependencies
5959
run: |
60-
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
6160
if [ -f composer.lock ]; then
6261
composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
6362
else

src/Template/.github/workflows/phpcsfixer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050

5151
- name: Install dependencies
5252
run: |
53-
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
5453
if [ -f composer.lock ]; then
5554
composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
5655
else

src/Template/.github/workflows/phpstan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565

6666
- name: Install dependencies
6767
run: |
68-
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
6968
if [ -f composer.lock ]; then
7069
composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
7170
else

src/Template/.github/workflows/phpunit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454

5555
- name: Install dependencies
5656
run: |
57-
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
5857
if [ -f composer.lock ]; then
5958
composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
6059
else

src/Template/.github/workflows/rector.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555

5656
- name: Install dependencies
5757
run: |
58-
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
5958
if [ -f composer.lock ]; then
6059
composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
6160
else

src/Template/.github/workflows/unused.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949

5050
- name: Install dependencies
5151
run: |
52-
composer -q config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}"
5352
if [ -f composer.lock ]; then
5453
composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
5554
else

0 commit comments

Comments
 (0)