From 035da63a3414d712f8911a34d3c485b776942228 Mon Sep 17 00:00:00 2001 From: Shir Moran Date: Wed, 18 Oct 2023 13:04:56 +0300 Subject: [PATCH] checking if collector and mysql deployments deploys well after using tnf-secrets --- .github/workflows/pre-main.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index bded77f51..cdee7aa4b 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -376,9 +376,13 @@ jobs: - name: Check out `Collector` uses: actions/checkout@v4 with: - repository: test-network-function/collector + repository: shirmoran/collector + ref: use-tnf-secrets-repo path: collector + # - name: Setup tmate session + # uses: mxschmitt/action-tmate@v3 + - name: Deploy collector and mysql uses: ./collector/.github/actions/prepare-collector-for-use with: @@ -426,7 +430,8 @@ jobs: - name: Check out `Collector` uses: actions/checkout@v4 with: - repository: test-network-function/collector + repository: shirmoran/collector + ref: use-tnf-secrets-repo path: collector - name: Run sanity check on collector