🩹 [Patch]: Make secrets available in BeforeAll and AfterAll jobs (#254)
This patch release makes test secrets available in the BeforeAll-ModuleLocal and AfterAll-ModuleLocal workflow jobs, enabling proper test setup and teardown operations that require authentication credentials.
Changes
- Updated workflow files to pass test secrets through reusable workflow calls:
- .github/workflows/BeforeAll-ModuleLocal.yml - Added secrets input and environment variable mapping
- .github/workflows/AfterAll-ModuleLocal.yml - Added secrets input and environment variable mapping
- .github/workflows/workflow.yml - Configured secret passing to BeforeAll and AfterAll jobs