diff --git a/.github/workflows/update-sdk-version.yml b/.github/workflows/update-sdk-version.yml index b6caea215..3d9021b1b 100644 --- a/.github/workflows/update-sdk-version.yml +++ b/.github/workflows/update-sdk-version.yml @@ -68,8 +68,8 @@ jobs: ./updateSdkVersions.sh all BRANCH=bump-sdk-versions-${SDK_VERSION} git checkout -b ${BRANCH} - git config user.name "Akka Bot" - git config user.email "github-actions@users.noreply.github.com" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit . -m "chore: bump SDK versions to ${SDK_VERSION}" git remote add origin-rw https://${GH_TOKEN}@github.com/akka/akka-sdk git push --set-upstream origin-rw ${BRANCH}