Skip to content

feat: reimplement login mechanism to support github (#814) #407

feat: reimplement login mechanism to support github (#814)

feat: reimplement login mechanism to support github (#814) #407

Workflow file for this run

---
name: "check and build"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
uses: ./.github/workflows/wf_check.yaml
secrets:
NHOST_PAT: ${{ secrets.NHOST_PAT }}
build_artifacts:
uses: ./.github/workflows/wf_build_artifacts.yaml
with:
VERSION: ${{ github.sha }}
secrets:
CERT_FULL_CHAIN: ${{ secrets.CERT_FULL_CHAIN }}
CERT_PRIV_KEY: ${{ secrets.CERT_PRIV_KEY }}