Skip to content

Commit b405b21

Browse files
authored
ci(workflow): remove social media posting from release workflow (#54)
1 parent 9e14cd7 commit b405b21

1 file changed

Lines changed: 0 additions & 40 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -331,43 +331,3 @@ jobs:
331331
332332
[View Release](https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}) | [Documentation](https://github.com/${{ github.repository }})
333333
334-
notify-bluesky:
335-
name: Post to Bluesky
336-
needs: notify-discussion
337-
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
338-
with:
339-
post_text: |
340-
rnr v${{ github.event.inputs.version }} is now available!
341-
342-
Cross-platform task runner with zero setup - clone a repo and tasks just work!
343-
344-
#rnr #taskrunner #devtools #rust #opensource
345-
346-
[Release Notes](https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }})
347-
[Discussion](${{ needs.notify-discussion.outputs.discussion_url }})
348-
embed_title: rnr v${{ github.event.inputs.version }}
349-
embed_description: Cross-platform task runner with zero setup
350-
secrets:
351-
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
352-
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
353-
354-
notify-x:
355-
name: Post to X
356-
needs: notify-discussion
357-
uses: CodingWithCalvin/.github/.github/workflows/x-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-
secrets:
369-
X_CONSUMER_KEY: ${{ secrets.X_CONSUMER_KEY }}
370-
X_CONSUMER_KEY_SECRET: ${{ secrets.X_CONSUMER_KEY_SECRET }}
371-
X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
372-
X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
373-

0 commit comments

Comments
 (0)