diff --git a/.github/workflows/camara-validation.yml b/.github/workflows/camara-validation.yml index bf42ec6..28788e1 100644 --- a/.github/workflows/camara-validation.yml +++ b/.github/workflows/camara-validation.yml @@ -31,5 +31,5 @@ permissions: jobs: validation: - uses: camaraproject/tooling/.github/workflows/validation.yml@validation-framework + uses: camaraproject/tooling/.github/workflows/validation.yml@main secrets: inherit diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index f628dd1..163b580 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -89,5 +89,5 @@ jobs: github.event.pull_request.merged == true && startsWith(github.event.pull_request.base.ref, 'release-snapshot/')) - uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@validation-framework + uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@main secrets: inherit