Skip to content

feat: ✨ workflow to check for updates and make a PR with the… #31

feat: ✨ workflow to check for updates and make a PR with the…

feat: ✨ workflow to check for updates and make a PR with the… #31

Workflow file for this run

name: Build website
on:
push:
branches:
- main
# Limit token permissions for security
permissions: read-all
jobs:
build-website:
uses: seedcase-project/.github/.github/workflows/reusable-build-docs.yml@main
secrets:
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}