From fc27654827d3fe2228f61c684327dc78ebd4d3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Mon, 25 Nov 2024 00:13:52 +0100 Subject: [PATCH] Enable use of reusable actions in static analysis --- .github/workflows/static_analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 9998b67118..badbd968b8 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -8,3 +8,6 @@ on: jobs: static_analysis: uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master + secrets: inherit + with: + actions_branch: master