Skip to content

Commit

Permalink
add typehub push action
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 15, 2024
1 parent 14c4848 commit 5aa7e1d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/typehub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: TypeHub
on:
push:
branches:
- 'master'
tags:
- 'v*'
jobs:
push_to_typehub:
name: Push specification to TypeHub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: TypeHub push
uses: apioo/[email protected]
with:
client_id: ${{ secrets.TYPEHUB_CLIENT_ID }}
client_secret: ${{ secrets.TYPEHUB_CLIENT_SECRET }}
directory: 'specification'

0 comments on commit 5aa7e1d

Please sign in to comment.