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,3 +164,20 @@ jobs:
164164 BLUESKY_USERNAME : ${{ secrets.BLUESKY_USERNAME }}
165165 BLUESKY_APP_PASSWORD : ${{ secrets.BLUESKY_APP_PASSWORD }}
166166
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+
You can’t perform that action at this time.
0 commit comments