Skip to content

Commit 830666a

Browse files
authored
fix(linkedin): update API version to 202412 (#6)
1 parent 86661f2 commit 830666a

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: 202401" \
126+
-H "LinkedIn-Version: 202412" \
127127
-H "X-Restli-Protocol-Version: 2.0.0" \
128128
-d "$POST_PAYLOAD")
129129

0 commit comments

Comments
 (0)