Skip to content

Commit

Permalink
ci: set git config
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent d9df47e commit 3dffbe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.PUSH_PAT }}
- name: Set git config
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 3dffbe2

Please sign in to comment.