Skip to content

Commit

Permalink
ci(shipjs): add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
dipendraupreti committed Aug 23, 2024
1 parent 67efd55 commit 23dea4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- run: npx shipjs trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 23dea4d

Please sign in to comment.