Skip to content

Commit 153aadf

Browse files
authored
Merge pull request #10 from OP3ratordec/o-branch-1
update
2 parents 096c600 + e9a80bc commit 153aadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bb-masking-3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
CHANGED_FILE="masking/data-classification.json"
6464
echo "Processing: $CHANGED_FILE"
6565
66-
response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/v1/settings/bb.workspace.data-classification" \
66+
response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.data-classification" \
6767
--header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
6868
--header "Content-Type: application/json" \
6969
--data @"$CHANGED_FILE")
@@ -90,7 +90,7 @@ jobs:
9090
echo "${{ steps.changed-files.outputs.all_changed_files }}" | tr ' ' '\n' | grep "global-masking-rule.json" | while read -r CHANGED_FILE; do
9191
echo "Processing: $CHANGED_FILE"
9292
93-
response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/v1/policies/masking_rule?allow_missing=true&update_mask=payload" \
93+
response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/policies/masking_rule?allow_missing=true&update_mask=payload" \
9494
--header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
9595
--header "Content-Type: application/json" \
9696
--data @"$CHANGED_FILE")

0 commit comments

Comments
 (0)