Skip to content

Commit f2dc0ac

Browse files
committed
fix: Modify tiny-engine-portal workfloes
1 parent 5e19e9f commit f2dc0ac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-tiny-engine-portal.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20+
- uses: webfactory/ssh-agent@v0.8.0
21+
with:
22+
ssh-private-key: ${{ secrets.SUBMODULE_SSH_KEY }}
2023
- name: Checkout
2124
uses: actions/checkout@v3
2225
- name: Setup pnpm
2326
uses: pnpm/action-setup@v3
2427
with:
2528
version: 9
29+
- name: Configure Git identity
30+
run: |
31+
git config --global user.name "GitHub Actions"
32+
git config --global user.email "actions@github.com"
2633
- name: Install deps
2734
run: pnpm -F tiny-engine-portal install --ignore-scripts --no-frozen-lockfile
2835
- name: Ensure submodules are up-to-date (pull latest from their remote)

0 commit comments

Comments
 (0)