From 403b76db3b7e90438a2e992ee97b408d70c31679 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Mon, 12 Apr 2021 19:18:32 -0400 Subject: [PATCH] improve: removing unneeded action --- .github/workflows/phpcbf.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/phpcbf.yml b/.github/workflows/phpcbf.yml index a32a892e..d87b44b1 100644 --- a/.github/workflows/phpcbf.yml +++ b/.github/workflows/phpcbf.yml @@ -13,9 +13,6 @@ jobs: with: ref: ${{ github.head_ref }} - - name: Authenticate packagist.linchpin.com - run: echo '${{ secrets.PACKAGIST_COMPOSER_AUTH_JSON }}' > ./auth.json - - name: Install PHP uses: shivammathur/setup-php@v2 with: @@ -33,10 +30,6 @@ jobs: continue-on-error: true run: ./vendor/squizlabs/php_codesniffer/bin/phpcbf -p -v --standard=${{ github.workspace }}/phpcs.xml --extensions=php ${{ github.workspace }}/ - - name: Cleanup - run: | - rm ./auth.json - - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v3