Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbliss committed Dec 13, 2024
1 parent 23ea4cf commit af1e453
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af1e453

Please sign in to comment.