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