Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Sep 13, 2023
1 parent 9736710 commit b6871bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
echo "ADMIN_CACHE_KEY=$(git submodule status ./admin)" >> $GITHUB_ENV
echo "FRONT_CACHE_KEY=$(git submodule status ./front)" >> $GITHUB_ENV
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Cache admin
id: cache-admin
uses: actions/cache@v3
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/update_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
path: ./admin/build
key: admin-${{ env.ADMIN_CACHE_KEY }}

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Setup node for admin
if: steps.cache-admin.outputs.cache-hit != 'true'
uses: actions/setup-node@v3
Expand Down

0 comments on commit b6871bc

Please sign in to comment.