File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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"
4242echo " --- Configure git context :git:"
4343# Configure the committer since the maven release requires to push changes to GitHub
4444# 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 "
4747
4848# Configure the java version
4949JAVA_VERSION=$( cat .java-version | xargs | tr -dc ' [:print:]' )
Original file line number Diff line number Diff line change 3131 usernamesToExclude : |
3232 apmmachine
3333 dependabot
34+ obltmachine
3435 GITHUB_TOKEN : ${{ secrets.APM_TECH_USER_TOKEN }}
3536 - name : Show team membership
3637 run : |
You can’t perform that action at this time.
0 commit comments