Skip to content

feat: new user model and auth system #3

feat: new user model and auth system

feat: new user model and auth system #3

Workflow file for this run

name: grpc
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- name: Generate
run: buf generate SSTAlumniAssociation.Api
- name: Push TS code
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY_TYPESCRIPT }}
with:
source-directory: gen/swift
destination-github-username: 'sstalumniassociation'
destination-repository-name: 'grpc-client-typescript'
user-email: [email protected]
target-branch: main