Skip to content

Commit

Permalink
double whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbliss committed Dec 13, 2024
1 parent d0f4e94 commit f2cfdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- 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
echo "AIRTABLE_BASE='${{ secrets.AIRTABLE_BASE }}'" >> .env
echo "AGOL_API_KEY='${{ secrets.AGOL_API_KEY }}'" >> .env
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit f2cfdc6

Please sign in to comment.