Skip to content

chore: ci hardening #33

chore: ci hardening

chore: ci hardening #33

Workflow file for this run

name: "Push"
"on":
push:
branches:
- main
permissions:
contents: read
jobs:
build-dependency-graph:
name: "Build & Test"
uses: ./.github/workflows/ci.dependency-graph.yml
permissions:
contents: write # needed for graph write
deploy-site:
name: "Deploy"
uses: ./.github/workflows/deploy.site.yml
permissions:
contents: read
pages: write
id-token: write