Skip to content

Commit

Permalink
Merge pull request #181 from elsoul/actions
Browse files Browse the repository at this point in the history
add tweetPackageUpdate in actions
  • Loading branch information
POPPIN-FUMI authored Nov 7, 2023
2 parents 14dbc9b + 8af0a41 commit f2ca0f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_TOKEN_LABO: ${{ secrets.DISCORD_TOKEN_LABO }}
LABO_SKEET_CHANNEL_ID: ${{ secrets.LABO_SKEET_CHANNEL_ID }}
- name: Send package update notification
run: |
curl --location ${{ secrets.TW_ENDPOINT }} \
--header 'Content-Type: application/json' \
--data '{
"repo": "elsoul/skeet-cli",
"hey": "${{ secrets.TW_ENDPOINT_SECRET }}"
}'

0 comments on commit f2ca0f4

Please sign in to comment.