Skip to content

Commit 7732cae

Browse files
authored
ci(workflow): remove social media posting from release workflow (#4)
1 parent 1b31d74 commit 7732cae

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -147,37 +147,3 @@ jobs:
147147
prerelease: false
148148
generate_release_notes: false
149149

150-
notify-bluesky:
151-
name: Post to Bluesky
152-
needs: release
153-
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
154-
with:
155-
post_text: |
156-
🚀 VSCWhere v${{ github.event.inputs.version }} is now available!
157-
158-
A CLI tool to locate #VisualStudioCode installations on #Windows - like vswhere for VS Code.
159-
160-
https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
161-
embed_title: VSCWhere v${{ github.event.inputs.version }}
162-
embed_description: A CLI tool to locate Visual Studio Code installations on Windows
163-
secrets:
164-
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
165-
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
166-
167-
notify-x:
168-
name: Post to X
169-
needs: release
170-
uses: CodingWithCalvin/.github/.github/workflows/x-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-
secrets:
179-
X_CONSUMER_KEY: ${{ secrets.X_CONSUMER_KEY }}
180-
X_CONSUMER_KEY_SECRET: ${{ secrets.X_CONSUMER_KEY_SECRET }}
181-
X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
182-
X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
183-

0 commit comments

Comments
 (0)