Inherit secrets for UT

Fixes CURA-11497
This commit is contained in:
Jelle Spijker 2024-01-08 15:54:32 +01:00
parent b60b07e2b2
commit 35131d5d7c
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65
2 changed files with 3 additions and 1 deletions

View File

@ -11,3 +11,4 @@ jobs:
with:
event: ${{ github.event.workflow_run.event }}
conclusion: ${{ github.event.workflow_run.conclusion }}
secrets: inherit

View File

@ -59,3 +59,4 @@ jobs:
unit_test_cmd: 'pytest --junitxml=junit_cura.xml'
unit_test_dir: 'tests'
conan_generator_dir: './venv/bin'
secrets: inherit