diff --git a/.github/workflows/daily-alpha.yml b/.github/workflows/daily-alpha.yml index 51030ce5b1..997e9c85f6 100644 --- a/.github/workflows/daily-alpha.yml +++ b/.github/workflows/daily-alpha.yml @@ -25,6 +25,8 @@ jobs: - name: Create PR run: | + git config --local user.email "info@k8slens.dev" + git config --local user.name "K8s Lens Bot" npm run create-release-pr env: BUMP_PACKAGE_ARGS: -- --conventional-commits --conventional-prerelease --yes