We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014002d commit 3944d31Copy full SHA for 3944d31
create-branch/create-branch.sh
@@ -41,11 +41,11 @@ json_payload=$(cat <<EOF
41
}
42
EOF
43
)
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"
+curl -X 'POST' \
+ 'https://silkapi.us1.app.silk.security/api/v1/raw/asset_group' \
+ -H "accept: application/json" -H "Authorization: ${SILK_JWT_TOKEN}" \
+ -H 'Content-Type: application/json' \
+ -d "$json_payload"
49
50
echo "SILK_ASSET_GROUP=$SILK_GROUP" >> $GITHUB_STEP_SUMMARY
51
0 commit comments