Skip to content

Commit 84a17d7

Browse files
authored
Remove empty authorization token from release workflow
Removed unnecessary authorization header from the API request.
1 parent 27ac9e2 commit 84a17d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
# 추출된 버전을 JSON 바디에 담아서 서버로 POST 요청 (minVersion은 필요시 추후 수정)
8484
curl -X PATCH "${{ secrets.APP_VERSION_API_ADDRESS }}" \
8585
-H "Content-Type: application/json" \
86-
-H "Authorization: Bearer empty_token_just_for_header" \
8786
-d "{
8887
\"minVersion\": \"1.0.0\",
8988
\"currentVersion\": \"$APP_VERSION\"

0 commit comments

Comments
 (0)