Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascsd authored Apr 24, 2021
1 parent 4a2af0a commit 0f06b92
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 @@ -25,8 +25,8 @@ jobs:
- name: Create env file
run: |
touch .env
echo AIRTABLE_API: ${{ secrets.AIRTABLE_API }} >> .env
echo AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }} >> .env
echo AIRTABLE_API= ${{ secrets.AIRTABLE_API }} >> .env
echo AIRTABLE_BASE_ID= ${{ secrets.AIRTABLE_BASE_ID }} >> .env
- name: Lint
run: yarn lint
Expand Down

0 comments on commit 0f06b92

Please sign in to comment.