Skip to content

Commit

Permalink
Merge pull request #182 from elsoul/actions
Browse files Browse the repository at this point in the history
update tweet action
  • Loading branch information
POPPIN-FUMI authored Nov 7, 2023
2 parents 0a831dc + d6c5c73 commit 8943c56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
DISCORD_TOKEN_LABO: ${{ secrets.DISCORD_TOKEN_LABO }}
LABO_SKEET_CHANNEL_ID: ${{ secrets.LABO_SKEET_CHANNEL_ID }}
- name: Send package update notification
if: success()
run: |
curl --location ${{ secrets.TW_ENDPOINT }} \
--header 'Content-Type: application/json' \
--data '{
"repo": "elsoul/skeet-cli",
"hey": "${{ secrets.TW_ENDPOINT_SECRET }}"
}'
--data '{"repo": "elsoul/skeet-cli", "hey": "${{ secrets.TW_ENDPOINT_SECRET }}"}'

0 comments on commit 8943c56

Please sign in to comment.