Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 26, 2020
1 parent c3ab001 commit fc784a4
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- "reopened"
- "synchronize"
jobs:
main:
name: "Main"
code-analysis-codeql:
name: "Code Analysis - CodeQL"
runs-on: "ubuntu-latest"
steps:
- name: "Fetch Language List"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis-ossar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- "reopened"
- "synchronize"
jobs:
main:
name: "Main"
code-analysis-ossar:
name: "Code Analysis - Open Source Static Analysis Runner"
runs-on: "windows-latest"
steps:
- name: "Checkout Repository"
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/new-release-announcer-discord.yml
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: "%"
21 changes: 21 additions & 0 deletions .github/workflows/new-release-announcer-ifttt.yml
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:
36 changes: 0 additions & 36 deletions .github/workflows/new-release-announcer.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A NodeJS library/module to provide a easier symmetric crypto.

*This package was inspired by "symencdec" ([GitHub](https://github.com/nire0510/symencdec))([NPM](https://www.npmjs.com/package/symencdec)).*

Symmetric crypto is a password based encryption and decryption, but have some improvements.
Symmetric crypto is a password based encryption and decryption, but have some improvement.

## 📄 Documentation

Expand Down

0 comments on commit fc784a4

Please sign in to comment.