Skip to content

Commit

Permalink
Merge pull request #97 from LDannijs/csv-fix
Browse files Browse the repository at this point in the history
remove POST from curl command
  • Loading branch information
KrishnaIyer committed Jun 17, 2024
2 parents 6882f08 + e13a6a9 commit 05a3b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-airtable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: node bin/csv.js
- name: Upload to Airtable
run: |
curl POST ${{ secrets.AIRTABLE_WEBHOOKS_API_ENDPOINT }} \
curl ${{ secrets.AIRTABLE_WEBHOOKS_API_ENDPOINT }} \
-H "Authorization: Bearer ${{ secrets.AIRTABLE_WEBHOOKS_API_KEY }}" \
-H "Content-Type: text/csv" \
--data-binary "@bin/templates.csv"

0 comments on commit 05a3b23

Please sign in to comment.