Skip to content

Commit b63fbf6

Browse files
authored
fix(linkedin): use API version 202501 (#7)
1 parent 830666a commit b63fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkedin-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
"https://api.linkedin.com/rest/posts" \
124124
-H "Authorization: Bearer $ACCESS_TOKEN" \
125125
-H "Content-Type: application/json" \
126-
-H "LinkedIn-Version: 202412" \
126+
-H "LinkedIn-Version: 202501" \
127127
-H "X-Restli-Protocol-Version: 2.0.0" \
128128
-d "$POST_PAYLOAD")
129129

0 commit comments

Comments
 (0)