Skip to content

add web24-frontend

add web24-frontend #12

Workflow file for this run

name: Apply Main
on:
push:
branches:
- main
jobs:
apply:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- name: Apply
run: |
nix-shell --pure --command "bash src/main.sh $GITHUB_TOKEN prod"
env:
GITHUB_TOKEN: ${{ secrets.SOHOSAI_LABELS_TOKEN }}