File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ echo "$KEYPASS_SECRET" | gpg --batch --import "$KEY_FILE"
42
42
echo " --- Configure git context :git:"
43
43
# Configure the committer since the maven release requires to push changes to GitHub
44
44
# This will help with the SLSA requirements.
45
- git config --global user.email " infra-root+apmmachine @elastic.co"
46
- git config --global user.name " apmmachine "
45
+ git config --global user.email " infra-root+obltmachine @elastic.co"
46
+ git config --global user.name " obltmachine "
47
47
48
48
# Configure the java version
49
49
JAVA_VERSION=$( cat .java-version | xargs | tr -dc ' [:print:]' )
Original file line number Diff line number Diff line change 31
31
usernamesToExclude : |
32
32
apmmachine
33
33
dependabot
34
+ obltmachine
34
35
GITHUB_TOKEN : ${{ secrets.APM_TECH_USER_TOKEN }}
35
36
- name : Show team membership
36
37
run : |
You can’t perform that action at this time.
0 commit comments