Skip to content

Commit

Permalink
[workflow] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Nov 16, 2024
1 parent e2acac8 commit 312ed57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: plum-tech/mimir-x
token: ${{ secrets.MIMIR_GITHUB_TOKEN }}
fetch-depth: 0

- name: Install pnpm
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: plum-tech/mimir-x
token: ${{ secrets.MIMIR_GITHUB_TOKEN }}
fetch-depth: 0

- name: Install pnpm
Expand Down Expand Up @@ -156,6 +158,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: plum-tech/mimir-x
token: ${{ secrets.MIMIR_GITHUB_TOKEN }}
fetch-depth: 0

- name: Install pnpm
Expand Down

0 comments on commit 312ed57

Please sign in to comment.