From af1e45380888e02a10ac17ad2678d6faacda4344 Mon Sep 17 00:00:00 2001 From: Jeff Bliss Date: Fri, 13 Dec 2024 09:01:30 -0500 Subject: [PATCH] update github actions --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc848a7..703dfb8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,12 @@ jobs: node-version: '20' cache: 'npm' + - name: Create .env file + run: | + echo "AIRTABLE_TOKEN='${{ secrets.AIRTABLE_TOKEN }}'" > .env + echo "AIRTABLE_TOKEN='${{ secrets.AIRTABLE_BASE }}'" > .env + echo "AIRTABLE_TOKEN='${{ secrets.AGOL_API_KEY }}'" > .env + - name: Install dependencies run: npm ci