Skip to content

Commit

Permalink
Update liquid.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: salgattcy <[email protected]>
  • Loading branch information
salgattcy authored Nov 14, 2023
1 parent 42e7ffb commit 81ae29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/liquid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 81ae29a

Please sign in to comment.