We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210ba32 commit 6b4d72fCopy full SHA for 6b4d72f
1 file changed
.github/workflows/release.yml
@@ -77,6 +77,7 @@ jobs:
77
# 추출된 버전을 JSON 바디에 담아서 서버로 POST 요청 (minVersion은 필요시 추후 수정)
78
curl -X PATCH "${{ secrets.APP_VERSION_API_ADDRESS }}" \
79
-H "Content-Type: application/json" \
80
+ -H "Authorization: Bearer empty_token_just_for_header" \
81
-d "{
82
\"minVersion\": \"1.0.0\",
83
\"currentVersion\": \"$APP_VERSION\"
0 commit comments