From 84232e719ec3abc4fa452c76b3b124ed580c8099 Mon Sep 17 00:00:00 2001 From: marcsanmi Date: Wed, 17 Apr 2024 10:44:35 +0200 Subject: [PATCH] Set up automated release workflow --- .github/workflows/automated_release.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/automated_release.yaml 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