Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motoya-k committed Dec 29, 2023
1 parent 88a4740 commit efa7587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
git config --global user.name "sheincbot[bot]"
git config --global user.email "${{ secrets.APP_ID }}+sheincbot[bot]@users.noreply.github.com"
git remote set-url origin https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git
- name: Package install
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit efa7587

Please sign in to comment.