Skip to content

fix: secrets for site deploy #6

fix: secrets for site deploy

fix: secrets for site deploy #6

Workflow file for this run

name: Push
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
name: "Build"
uses: ./.github/workflows/ci.build.yml
deploy:
name: "Deploy"
uses: ./.github/workflows/ci.deploy.yml
secrets: inherit