Skip to content

Commit 3944d31

Browse files
committed
uncomment
1 parent 014002d commit 3944d31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

create-branch/create-branch.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ json_payload=$(cat <<EOF
4141
}
4242
EOF
4343
)
44-
# curl -X 'POST' \
45-
# 'https://silkapi.us1.app.silk.security/api/v1/raw/asset_group' \
46-
# -H "accept: application/json" -H "Authorization: ${SILK_JWT_TOKEN}" \
47-
# -H 'Content-Type: application/json' \
48-
# -d "$json_payload"
44+
curl -X 'POST' \
45+
'https://silkapi.us1.app.silk.security/api/v1/raw/asset_group' \
46+
-H "accept: application/json" -H "Authorization: ${SILK_JWT_TOKEN}" \
47+
-H 'Content-Type: application/json' \
48+
-d "$json_payload"
4949

5050
echo "SILK_ASSET_GROUP=$SILK_GROUP" >> $GITHUB_STEP_SUMMARY
5151

0 commit comments

Comments
 (0)