From 6f5bb1e1bc19000d822461aeebbc37bd65d584ff Mon Sep 17 00:00:00 2001 From: jsinovassin Date: Fri, 14 Feb 2025 11:42:41 +0100 Subject: [PATCH] chore: add credentials for manual test run --- .github/workflows/manual-run.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual-run.yml b/.github/workflows/manual-run.yml index eae40cd..f400ed4 100644 --- a/.github/workflows/manual-run.yml +++ b/.github/workflows/manual-run.yml @@ -24,4 +24,6 @@ jobs: testrail_project: Tools pagerduty_skip_notification: true provisioning_manifest: ${{ github.event.inputs.manifest }} + nexus_username: ${{ secrets.NEXUS_USERNAME }} + nexus_password: ${{ secrets.NEXUS_PASSWORD }} artifact_prefix: tools