Skip to content

Load python repository into bazel build #258

Load python repository into bazel build

Load python repository into bazel build #258

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Install dependencies
run: yarn
- name: Deploy
if: ${{ github.ref == 'refs/heads/main' }}
run: |
git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
yarn deploy -u "GitHub Actions <[email protected]>"