Skip to content

Commit

Permalink
ci: add react native kratos app to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 7, 2020
1 parent 01a491c commit 5d8498e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_AENEASR }}

- name: Synchronize ORY Kratos SelfService UI React Native Example
run: |
./scripts/sync-library.sh ory/kratos-selfservice-ui-react-native master "Kratos SelfService UI React Native Example"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_AENEASR }}

- name: Synchronize ORY Fosite
run: ./scripts/sync-library.sh ory/fosite master Fosite
env:
Expand Down

0 comments on commit 5d8498e

Please sign in to comment.