diff --git a/.github/workflows/release-create-pr.yml b/.github/workflows/release-create-pr.yml index 98ac1e68c88..bc612917b1e 100644 --- a/.github/workflows/release-create-pr.yml +++ b/.github/workflows/release-create-pr.yml @@ -36,8 +36,8 @@ jobs: node-version: '20' - name: Git Config run: | - git config --global user.email "github-actions@github.com" - git config --global user.name "github-actions" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" - name: Change version number and push id: bump run: | diff --git a/.github/workflows/update-wpt.yml b/.github/workflows/update-wpt.yml index 585e685f3e3..7a1f06a8b20 100644 --- a/.github/workflows/update-wpt.yml +++ b/.github/workflows/update-wpt.yml @@ -14,6 +14,11 @@ jobs: name: Update WPT runs-on: ubuntu-latest steps: + - name: Git Config + run: | + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" + - name: Checkout Repository uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Update WPT