Skip to content

Commit

Permalink
removed composer github auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bainternet committed Nov 13, 2024
1 parent 8294457 commit 4c7151c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
env:
fail-fast: 'true'

- name: OAuth Composer Authentication
run:
composer config -g github-oauth.github.com ${{ secrets.DEVOPS_TOKEN }}

- name: Install Composer dependencies cache
uses: ramsey/composer-install@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/php-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
phpcs -i
composer --version
- name: Oauth Composer authentication
run: composer config -g github-oauth.github.com ${{ secrets.DEVOPS_TOKEN }}

- name: Install dependencies
uses: ramsey/composer-install@v3

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ jobs:
wget -q -O /usr/local/bin/phpunit "https://phar.phpunit.de/phpunit-${{ matrix.phpunit }}.phar"
chmod +x /usr/local/bin/phpunit
- name: Oauth Composer authentication
run:
composer config -g github-oauth.github.com ${{ secrets.DEVOPS_TOKEN }}

- name: Install dependencies
uses: ramsey/composer-install@v3

Expand Down

0 comments on commit 4c7151c

Please sign in to comment.