Skip to content

github-actions: slack bot and kibana benchmark (#13408) #19

github-actions: slack bot and kibana benchmark (#13408)

github-actions: slack bot and kibana benchmark (#13408) #19

name: check-docker-compose
on:
workflow_dispatch:
schedule:
- cron: '0 15 * * 5'
# limit the access of the generated GITHUB_TOKEN
permissions:
contents: read
jobs:
check-docker-compose:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
cache-dependency-path: |
go.sum
tools/go.sum
- run: make check-docker-compose
- if: failure()
uses: elastic/oblt-actions/slack/notify-result@v1
with:
<<<<<<< HEAD

Check failure on line 28 in .github/workflows/check-docker-compose.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-docker-compose.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
slackChannel: "#apm-server"
=======
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-server"
status: ${{ steps.check.outputs.status }}
>>>>>>> 85f0bbbea (github-actions: slack bot and kibana benchmark (#13408))