From 8b898dda97a700de3ca47c28468a3be7c85fd3a0 Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 22 May 2023 14:51:09 -0700 Subject: [PATCH] feat(demo): introduce surge demo in components --- template/.github/workflows/demo.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 template/.github/workflows/demo.yml diff --git a/template/.github/workflows/demo.yml b/template/.github/workflows/demo.yml new file mode 100644 index 0000000..5838f5d --- /dev/null +++ b/template/.github/workflows/demo.yml @@ -0,0 +1,11 @@ +name: Deploy Demo + +on: + pull_request: + branches: [main] + +jobs: + call-publish-demo-workflow: + uses: AlaskaAirlines/auro-library/.github/workflows/publishDemo.yml@main + secrets: + AURO_SURGE_TOKEN: ${{secrets.AURO_SURGE_TOKEN}}