Skip to content

feat: add ability to specify custom ca path (#902) (#904) #151

feat: add ability to specify custom ca path (#902) (#904)

feat: add ability to specify custom ca path (#902) (#904) #151

name: Dispatch events based on develop push
on:
push:
branches:
- develop
jobs:
dispatch:
# TODO(emil): enable when the dispatch token is no longer a personal access token
if: false
runs-on: ubuntu-latest
steps:
- name: Repository dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
repository: kubeshop/testkube-deployment
event-type: testkube_charts_push
client-payload: '{"ref": "${{ github.ref }}", "ref_name": "${{ github.ref_name }}", "sha": "${{ github.sha }}", "repository": "${{ github.repository }}"}'