We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae26d6 commit 7afb677Copy full SHA for 7afb677
.github/workflows/release.yml
@@ -56,11 +56,8 @@ jobs:
56
# Release will result in a notification from the GitHub Slack app
57
# (assuming '/github subscribe elastic/elastic-otel-node').
58
if: ${{ failure() }}
59
- uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
+ uses: elastic/oblt-actions/slack/notify-result@v1.7.0
60
with:
61
- vaultUrl: ${{ secrets.VAULT_ADDR }}
62
- vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
63
- vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
64
- slackChannel: "#apm-agent-node"
+ bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
+ channel-id: "#apm-agent-node"
65
message: '[${{ github.repository }}] Release `@elastic/opentelemetry-node` *${{ github.ref_name }}*'
66
-
0 commit comments