diff --git a/.github/workflows/run-minor-release.yml b/.github/workflows/run-minor-release.yml index 748c7af32d..33e12ef0f8 100644 --- a/.github/workflows/run-minor-release.yml +++ b/.github/workflows/run-minor-release.yml @@ -36,10 +36,8 @@ jobs: GH_TOKEN: ${{ github.token }} - if: ${{ failure() }} - uses: elastic/apm-pipeline-library/.github/actions/slack-message@current + uses: elastic/oblt-actions/slack/send@v1 with: - url: ${{ secrets.VAULT_ADDR }} - roleId: ${{ secrets.VAULT_ROLE_ID }} - secretId: ${{ secrets.VAULT_SECRET_ID }} - channel: '#observablt-bots' + bot-token: ${{ secrets.SLACK_BOT_TOKEN }} + channel-id: '#observablt-bots' message: ":traffic_cone: release automation failed for `${{ github.repository }}@${{ inputs.version }}`, @robots-ci please look what's going on "