Skip to content

feat(slack-bot): use github secrets (#2058) #141

feat(slack-bot): use github secrets (#2058)

feat(slack-bot): use github secrets (#2058) #141

name: microbenchmark
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.asciidoc'
# limit the access of the generated GITHUB_TOKEN
permissions:
contents: read
jobs:
microbenchmark:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Run microbenchmark
uses: elastic/oblt-actions/buildkite/run@v1.5.0
with:
pipeline: "apm-agent-microbenchmark"
token: ${{ secrets.BUILDKITE_TOKEN }}
wait-for: false
env-vars: |
script=.ci/bench.sh
repo=apm-agent-python
sha=${{ github.sha }}
BRANCH_NAME=${{ github.ref_name }}