Skip to content

Commit cf2e871

Browse files
committed
ci(provider): set git identity to 'DocSpring Bot <docspring-bot@docspring.com>' for provider sync
1 parent 78e870c commit cf2e871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
env:
118118
PUSH_TOKEN: ${{ secrets.PROVIDER_PUSH_TOKEN }}
119119
run: |
120-
git config --global user.name "github-actions[bot]"
121-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
120+
git config --global user.name "DocSpring Bot"
121+
git config --global user.email "docspring-bot@docspring.com"
122122
rm -rf terraform-provider-logstruct
123123
git clone https://x-access-token:${PUSH_TOKEN}@github.com/DocSpring/terraform-provider-logstruct.git terraform-provider-logstruct
124124

0 commit comments

Comments
 (0)