Skip to content

Commit 01fc432

Browse files
authored
Add GH auth token for plugin-modules
1 parent 14b83fd commit 01fc432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ 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+
5862
- name: Install Composer dependencies
5963
run: composer install --no-interaction --prefer-dist
6064

0 commit comments

Comments
 (0)