diff --git a/.github/workflows/automated_release.yaml b/.github/workflows/automated_release.yaml new file mode 100644 index 0000000..4941fea --- /dev/null +++ b/.github/workflows/automated_release.yaml @@ -0,0 +1,11 @@ +name: Automated release creation + +on: + workflow_dispatch: + schedule: + - cron: "" + +jobs: + release_management: + uses: newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3 + secrets: inherit