We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65acaa4 commit 8d7a914Copy full SHA for 8d7a914
.github/workflows/phpunit.yml
@@ -55,10 +55,6 @@ jobs:
55
chmod +x wp-cli.phar
56
sudo mv wp-cli.phar /usr/local/bin/wp
57
58
- #Configure GH token to access the plugin-modules repo, which is private
59
- - name: Configure GitHub OAuth for Composer
60
- run: composer config --global github-oauth.github.com ${{ secrets.SP_PLUGIN_MODULES_TOKEN }}
61
-
62
- name: Install Composer dependencies
63
run: |
64
composer clear-cache
0 commit comments