Skip to content

Commit 8d7a914

Browse files
authored
Remove OAuth from composer
1 parent 65acaa4 commit 8d7a914

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
chmod +x wp-cli.phar
5656
sudo mv wp-cli.phar /usr/local/bin/wp
5757
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-
6258
- name: Install Composer dependencies
6359
run: |
6460
composer clear-cache

0 commit comments

Comments
 (0)