From fccb7e26676ab065a0e31e2be1b1cda1af0d6d19 Mon Sep 17 00:00:00 2001 From: Seun Akanni Date: Fri, 14 Aug 2026 23:25:52 +0100 Subject: [PATCH] ci: point the CI workflow at BHoM/CI_Toolkit --- .github/workflows/ci-alpha.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-alpha.yml b/.github/workflows/ci-alpha.yml index ea86b3c..6c33c48 100644 --- a/.github/workflows/ci-alpha.yml +++ b/.github/workflows/ci-alpha.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 30 steps: - name: Run build - uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-build@develop + uses: BHoM/CI_Toolkit/.github/actions/ci-build@develop with: app_id: ${{ secrets.BHOM_APP_ID }} private_key: ${{ secrets.BHOM_APP_PRIVATE_KEY }} @@ -35,7 +35,7 @@ jobs: actions: write steps: - name: Run copyright compliance - uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-compliance@develop + uses: BHoM/CI_Toolkit/.github/actions/ci-compliance@develop with: check_type: copyright patterns: '*.cs' @@ -51,10 +51,10 @@ jobs: actions: write steps: - name: Run project compliance - uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-compliance@develop + uses: BHoM/CI_Toolkit/.github/actions/ci-compliance@develop with: check_type: project - patterns: 'AssemblyInfo.cs *.csproj' + patterns: '*AssemblyInfo.cs *.csproj' app_id: ${{ secrets.BHOM_APP_ID }} private_key: ${{ secrets.BHOM_APP_PRIVATE_KEY }} @@ -63,7 +63,7 @@ jobs: timeout-minutes: 90 steps: - name: Run serialisation - uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-serialisation@develop + uses: BHoM/CI_Toolkit/.github/actions/ci-serialisation@develop with: app_id: ${{ secrets.BHOM_APP_ID }} private_key: ${{ secrets.BHOM_APP_PRIVATE_KEY }}