diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index faf66aa..b12c8e5 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -23,6 +23,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} + - name: Set git identity + run: |- + git config user.name "team-tf-cdk" + git config user.email "github-team-tf-cdk@hashicorp.com" - name: Setup Node.js uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: