Skip to content

Commit

Permalink
Temporarily clear Composer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Feb 17, 2025
1 parent 2ca8746 commit 8dedff3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,17 @@ jobs:
key: test-dependencies-${{ github.run_id }}
restore-keys: test-dependencies-

- name: Authenticate GitHub for Composer
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
run: composer config --global --auth github-oauth.github.com $GH_ACCESS_TOKEN

- name: Force Composer to Use HTTPS
run: composer config --global github-protocols https

- name: Clear Composer Cache
run: composer clear-cache

- name: Install Build Dependencies
run: |
$HOME/tooling/build-tools/build_tools.sh npm -o install
Expand Down

0 comments on commit 8dedff3

Please sign in to comment.