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 31a189a commit d58e876Copy full SHA for d58e876
.github/workflows/release.yml
@@ -198,11 +198,9 @@ jobs:
198
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current
199
with:
200
needs: ${{ toJSON(needs) }}
201
- - uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
202
- if: startsWith(github.ref, 'refs/tags')
+ - if: startsWith(github.ref, 'refs/tags')
+ uses: elastic/oblt-actions/slack/[email protected]
203
204
+ bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
205
+ channel-id: "#apm-agent-python"
206
status: ${{ steps.check.outputs.status }}
- vaultUrl: ${{ secrets.VAULT_ADDR }}
- vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
207
- vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
208
- slackChannel: "#apm-agent-python"
0 commit comments