Skip to content

fixed in method for discovery rule and updated it's entities (#1480) … #487

fixed in method for discovery rule and updated it's entities (#1480) …

fixed in method for discovery rule and updated it's entities (#1480) … #487

name: Send trigger for updating robottelo image on quay.
on:
push:
branches:
- master
- 6.*.z
jobs:
trigger-robottelo-workflow:
runs-on: ubuntu-latest
steps:
- name: Trigger workflow in robottelo repo
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.CHERRYPICK_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/SatelliteQE/robottelo/actions/workflows/update_robottelo_image.yml/dispatches \
-d '{"ref":"'"${GITHUB_REF##*/}"'"}'