Skip to content

Commit

Permalink
Add github-oauth to deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jul 20, 2021
1 parent 8ced957 commit 5fc35e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies in prod version
run: make install-prod
run: |
composer config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
make install-prod
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 5fc35e8

Please sign in to comment.