Skip to content

Integrate Drift Manager #9

Integrate Drift Manager

Integrate Drift Manager #9

---
name: "Rebake Tag"
on: # yamllint disable-line rule:truthy
- "pull_request"
# push:
# tags:
# - "nautobot-app-v*"
jobs:
# qa:
# uses: "nautobot/cookiecutter-nautobot-app/.github/workflows/check-pr-qa.yaml@develop"
rebake:
# needs: "qa"
runs-on: "ubuntu-22.04"
strategy:
matrix:
name:
- "firewall-models"
steps:
- name: "Invoke Workflow"
env:
GITHUB_TOKEN: "${{ secrets.NTC_GITHUB_TOKEN }}"
run: |
# TBD: Replace template-ref with tag name
gh workflow run \
--repo='nautobot/nautobot-plugin-${{ matrix.name }}' \
--field='draft=true' \
--field='template-ref=develop' \
.github/workflows/rebake.yml