Skip to content

Commit

Permalink
updatecli: verify commits for golang and beats (#13107)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8182fb1)
  • Loading branch information
v1v authored and mergify[bot] committed May 8, 2024
1 parent 6f99b4b commit aecf504
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .ci/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ scms:
default:
kind: github
spec:
user: '{{ requiredEnv "GIT_USER" }}'
email: '{{ requiredEnv "GIT_EMAIL" }}'
user: '{{ requiredEnv "GITHUB_ACTOR" }}'
owner: elastic
repository: apm-server
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
username: '{{ requiredEnv "GIT_USER" }}'
branch: main
commitusingapi: true

sources:
minor:
Expand Down
5 changes: 2 additions & 3 deletions .ci/update-beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ scms:
default:
kind: github
spec:
user: '{{ requiredEnv "GIT_USER" }}'
email: '{{ requiredEnv "GIT_EMAIL" }}'
user: '{{ requiredEnv "GITHUB_ACTOR" }}'
owner: elastic
repository: apm-server
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
username: '{{ requiredEnv "GIT_USER" }}'
branch: '{{ requiredEnv "BRANCH_NAME" }}'
commitusingapi: true

actions:
default:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/bump-elastic-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ jobs:
command: '--experimental apply'
env:
BRANCH: ${{ matrix.branch }}
GITHUB_ACTOR: ${{ github.actor }}
1 change: 1 addition & 0 deletions .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
pipeline: ./.ci/bump-golang.yml
command: '--experimental apply'
1 change: 1 addition & 0 deletions .github/workflows/update-beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
pipeline: ./.ci/update-beats.yml
command: '--experimental apply'
- if: failure()
uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
with:
Expand Down

0 comments on commit aecf504

Please sign in to comment.