File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -103,22 +103,18 @@ jobs:
103103 subject-path : " ${{ github.workspace }}/**/target/*.jar"
104104
105105 - if : ${{ success() }}
106- uses : elastic/apm-pipeline-library/.github/ actions/slack-message@current
106+ uses : elastic/oblt- actions/slack/send@v1.2.0
107107 with :
108- url : ${{ secrets.VAULT_ADDR }}
109- roleId : ${{ secrets.VAULT_ROLE_ID }}
110- secretId : ${{ secrets.VAULT_SECRET_ID }}
111- channel : " #apm-agent-java"
108+ bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
109+ channel-id : " #apm-agent-java"
112110 message : |
113111 :runner: [${{ github.repository }}] Release *${{ github.ref_name }}* has been triggered in Buildkite: (<${{ steps.buildkite.outputs.build }}|build>)
114112
115113 - if : ${{ failure() }}
116- uses : elastic/apm-pipeline-library/.github/ actions/slack-message@current
114+ uses : elastic/oblt- actions/slack/send@v1.2.0
117115 with :
118- url : ${{ secrets.VAULT_ADDR }}
119- roleId : ${{ secrets.VAULT_ROLE_ID }}
120- secretId : ${{ secrets.VAULT_SECRET_ID }}
121- channel : " #apm-agent-java"
116+ bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
117+ channel-id : " #apm-agent-java"
122118 message : |
123119 :ghost: [${{ github.repository }}] Release *${{ github.ref_name }}* didn't get triggered in Buildkite.
124120 Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
Original file line number Diff line number Diff line change @@ -73,12 +73,10 @@ jobs:
7373 subject-path : " ${{ github.workspace }}/**/target/*.jar"
7474
7575 - if : ${{ failure() }}
76- uses : elastic/apm-pipeline-library/.github/ actions/slack-message@current
76+ uses : elastic/oblt- actions/slack/send@v1.2.0
7777 with :
78- url : ${{ secrets.VAULT_ADDR }}
79- roleId : ${{ secrets.VAULT_ROLE_ID }}
80- secretId : ${{ secrets.VAULT_SECRET_ID }}
81- channel : " #apm-agent-java"
78+ bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
79+ channel-id : " #apm-agent-java"
8280 message : |
8381 :ghost: [${{ github.repository }}] Snapshot *${{ github.ref_name }}* didn't get triggered in Buildkite.
8482 Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
Original file line number Diff line number Diff line change 2424 GITHUB_TOKEN : ${{ secrets.UPDATECLI_GH_TOKEN }}
2525
2626 - if : failure()
27- uses : elastic/oblt-actions/slack/send@v1
27+ uses : elastic/oblt-actions/slack/send@v1.2.0
2828 with :
2929 bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
3030 channel-id : " #apm-agent-java"
You can’t perform that action at this time.
0 commit comments