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}}"