Skip to content

Commit 0ae263e

Browse files
committed
doc: Add gateway sync to release actions
1 parent ac0c3db commit 0ae263e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
BRANCH: gh-pages
7979
FOLDER: public
80+
- name: Sync gateways.csv to airtable
81+
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 commit comments

Comments
 (0)