From 0aa469e1f3784ca4376eced4a5f4ea9507573ca2 Mon Sep 17 00:00:00 2001 From: Alessandro Rabitti Date: Wed, 2 Oct 2024 18:03:59 +0200 Subject: [PATCH] Added test --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..a1f5dea --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: Test variables + +on: push + +jobs: + build: + name: Get variables + runs-on: ubuntu-latest + steps: + - name: Print name + run: echo "Hello the NEXT_MONGO_DB_URL is ${{secrets.NEXT_MONGO_DB_URL}}"