Skip to content

Commit

Permalink
[workflow] fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Sep 29, 2024
1 parent 382eab8 commit ac77b11
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 @@ -15,6 +15,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 @@ -80,6 +81,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 @@ -159,6 +161,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 ac77b11

Please sign in to comment.