-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
45 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: "New Release Announcer - Discord" | ||
on: | ||
release: | ||
types: | ||
- "published" | ||
jobs: | ||
send-to-discord: | ||
name: "Send To Discord" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: "hugoalh/[email protected]" | ||
with: | ||
configuration: ".github/workflows_configuration/new-release-announcer-discord.yml" | ||
webhook_id: "${{secrets.DISCORDWEBHOOK_HUGOALHSTUDIO_STUDIOANNOUNCEMENT_NEWRELEASEANNOUNCER_ID}}" | ||
webhook_token: "${{secrets.DISCORDWEBHOOK_HUGOALHSTUDIO_STUDIOANNOUNCEMENT_NEWRELEASEANNOUNCER_TOKEN}}" | ||
variable_join: "." | ||
# variable_list_external: | ||
variable_prefix: "%" | ||
variable_suffix: "%" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: "New Release Announcer - IFTTT" | ||
on: | ||
release: | ||
types: | ||
- "published" | ||
jobs: | ||
send-to-ifttt: | ||
name: "Send To IFTTT" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: "hugoalh/[email protected]" | ||
with: | ||
webhook_eventname: "githubaction_twitter" | ||
webhook_key: "${{secrets.IFTTTWEBHOOK_HUGOALH_KEY}}" | ||
variable_join: "." | ||
# variable_list_external: | ||
variable_prefix: "%" | ||
variable_suffix: "%" | ||
value1: "[NodeJS] Symmetric Crypto version %payload.release.name% (%payload.release.tag_name%) is released and available on GitHub!\n%payload.release.html_url%" | ||
# value2: | ||
# value3: |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters