Trigger update of unpoller version in unpoller-helm-chart (new repo)
This commit is contained in:
parent
38d700a21d
commit
b63d792e50
|
|
@ -83,3 +83,12 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: golift/unifi-poller
|
repository: golift/unifi-poller
|
||||||
|
- name: Trigger unpoller version update in helm-chart-update
|
||||||
|
run: |
|
||||||
|
curl -L \
|
||||||
|
-X POST \
|
||||||
|
-H "Accept: application/vnd.github+json" \
|
||||||
|
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
|
||||||
|
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||||
|
https://api.github.com/repos/unpoller/helm-chart/actions/workflows/OnUnpollerRelease/dispatches \
|
||||||
|
-d '{"ref":"main","inputs":{"unpoller_version":"${{github.ref_name}}" }}'
|
||||||
Loading…
Reference in New Issue