Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/thomascsd/stools into main
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascsd committed Apr 24, 2021
2 parents 6a035d9 + 0f06b92 commit 6c57e2a
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 6c57e2a

Please sign in to comment.