From 81ae29aa3f2249cb338601eeb91f62734c332c68 Mon Sep 17 00:00:00 2001 From: salgattcy <79471218+salgattcy@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:05:00 -0500 Subject: [PATCH] Update liquid.yaml Signed-off-by: salgattcy <79471218+salgattcy@users.noreply.github.com> --- .github/workflows/liquid.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/liquid.yaml b/.github/workflows/liquid.yaml index 3079dec..a52d880 100644 --- a/.github/workflows/liquid.yaml +++ b/.github/workflows/liquid.yaml @@ -22,7 +22,7 @@ jobs: - name: Generate Data Map Diff if: github.event_name == 'pull_request' shell: bash - run: .github/workflows/add_data_map.sh RDS-PSQL-Masking + run: .github/workflows/add_data_map.sh $${{ secrets.CYRAL_REPO_NAME }} env: CYRAL_CONTROL_PLANE: ${{ secrets.CYRAL_CONTROL_PLANE_URL }} CYRAL_CLIENT_ID: ${{ secrets.CYRAL_API_CLIENT_ID }} @@ -31,7 +31,7 @@ jobs: - name: Update Cyral Datamap for Repository if: github.event_name == 'push' && github.ref == 'refs/heads/main' shell: bash - run: .github/workflows/add_data_map.sh RDS-PSQL-Masking apply_changes + run: .github/workflows/add_data_map.sh $${{ secrets.CYRAL_REPO_NAME }} apply_changes env: CYRAL_CONTROL_PLANE: ${{ secrets.CYRAL_CONTROL_PLANE_URL }} CYRAL_CLIENT_ID: ${{ secrets.CYRAL_API_CLIENT_ID }}