Skip to content

Commit

Permalink
doc: Add gateway sync to release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
benolayinka committed Feb 5, 2024
1 parent ac0c3db commit 0ae263e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: public
- name: Sync gateways.csv to airtable
run: go run frontmatter.go && curl -X POST https://api.airtable.com/v0/appmHY8YWHezjXw7e/tblztR9GgiUDUnxoE/sync/GlJQQXay -H "Authorization: Bearer ${AIRTABLE_GATEWAYS_API_KEY}" -H "Content-Type: text/csv" --data-binary "@gateways.csv"

0 comments on commit 0ae263e

Please sign in to comment.