Browse Source

👷 Use PR Push commit identity (#16164)

pull/16166/head
Sebastián Ramírez 1 week ago
committed by GitHub
parent
commit
f551e5b23c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/pre-commit.yml

4
.github/workflows/pre-commit.yml

@ -74,8 +74,8 @@ jobs:
env:
PR_PUSH_TOKEN: ${{ steps.pr-push.outputs.token }}
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "pr-push[bot]"
git config user.email "pr-push[bot]@users.noreply.github.com"
git remote set-url origin "https://x-access-token:${PR_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git add -A
if git diff --staged --quiet; then

Loading…
Cancel
Save