File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,22 +351,3 @@ jobs:
351351 BLUESKY_USERNAME : ${{ secrets.BLUESKY_USERNAME }}
352352 BLUESKY_APP_PASSWORD : ${{ secrets.BLUESKY_APP_PASSWORD }}
353353
354- notify-linkedin :
355- name : Post to LinkedIn
356- needs : notify-discussion
357- uses : CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
358- with :
359- post_text : |
360- rnr v${{ github.event.inputs.version }} is now available!
361-
362- Cross-platform task runner with zero setup - clone a repo and tasks just work!
363-
364- #rnr #taskrunner #devtools #rust #opensource
365-
366- Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
367- Discussion: ${{ needs.notify-discussion.outputs.discussion_url }}
368- article_title : rnr v${{ github.event.inputs.version }}
369- article_description : Cross-platform task runner with zero setup
370- secrets :
371- LINKEDIN_ACCESS_TOKEN : ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
372- LINKEDIN_CLIENT_ID : ${{ secrets.LINKEDIN_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments