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 9cac640
Show file tree
Hide file tree
Showing 2 changed files with 5 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: make gateways.csv && curl -X POST ${AIRTABLE_GATEWAYS_API_ENDPOINT} -H "Authorization: Bearer ${AIRTABLE_GATEWAYS_API_KEY}" -H "Content-Type: text/csv" --data-binary "@gateways.csv"
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ endif

.PHONY: init
init: deps

gateways.csv:
go run frontmatter.go

0 comments on commit 9cac640

Please sign in to comment.