File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,19 +164,3 @@ jobs:
164164 BLUESKY_USERNAME : ${{ secrets.BLUESKY_USERNAME }}
165165 BLUESKY_APP_PASSWORD : ${{ secrets.BLUESKY_APP_PASSWORD }}
166166
167- notify-linkedin :
168- name : Post to LinkedIn
169- needs : release
170- uses : CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
171- with :
172- post_text : |
173- 🚀 VSCWhere v${{ github.event.inputs.version }} is now available!
174-
175- A CLI tool to locate #VisualStudioCode installations on #Windows - like vswhere for VS Code.
176-
177- https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
178- article_title : VSCWhere v${{ github.event.inputs.version }}
179- article_description : A CLI tool to locate Visual Studio Code installations on Windows
180- secrets :
181- LINKEDIN_ACCESS_TOKEN : ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
182- LINKEDIN_CLIENT_ID : ${{ secrets.LINKEDIN_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments