Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: validate
# on ubuntu-latest — no .NET SDK / private feeds / self-hosted runner.
#
# Requires the org/repo secret SCHEMA_RO_PAT — a fine-grained PAT with
# contents:read on Chrison-dev/Homelab (to download the release asset). Until
# contents:read on Chrison-Homelab/Homelab (to download the release asset). Until
# it's set (and this repo is in its visibility scope), this check fails at the
# download step.

Expand All @@ -16,6 +16,6 @@ on:

jobs:
shapes:
uses: Chrison-dev/Homelab/.github/workflows/_validate-shapes.yml@main
uses: Chrison-Homelab/Homelab/.github/workflows/_validate-shapes.yml@main
secrets:
schema_token: ${{ secrets.SCHEMA_RO_PAT }}