From 39bd59875068a443d29edae59314a0730bdbee11 Mon Sep 17 00:00:00 2001 From: hugoalh Date: Thu, 24 Oct 2024 16:34:16 +0800 Subject: [PATCH] Update resources (cherry picked from commit 658a58b66dd1b0c16533d7fcd1c6b0726764ee90) --- .github/workflows/announce-new-release.yml | 2 +- CITATION.cff | 2 +- CONTRIBUTING.md | 2 +- SECURITY.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/announce-new-release.yml b/.github/workflows/announce-new-release.yml index ff6850b6..17a23581 100644 --- a/.github/workflows/announce-new-release.yml +++ b/.github/workflows/announce-new-release.yml @@ -13,7 +13,7 @@ jobs: - name: "Send Discord Webhook" uses: "hugoalh/send-discord-webhook-ghaction@main" with: - key: "${{secrets.DISCORD_HXHS_PROJECTNEWRELEASEANNOUNCER_WEBHOOK}}" + key: "${{secrets.DISCORD_COMMUNITY_PROJECTNEWRELEASEANNOUNCER_WEBHOOK}}" embeds: |- - title: "Send Discord Webhook (GitHub Action)" description: |- diff --git a/CITATION.cff b/CITATION.cff index 2d57b6c4..6a088d17 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ title: "Send Discord Webhook (GitHub Action)" message: "If you use this software, please cite it using the metadata from this file." type: "software" authors: - - name: "hugoalh Studio" + - name: "hugoalh" repository-code: "https://github.com/hugoalh/send-discord-webhook-ghaction" keywords: - "discord" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5e8db72..4aafb599 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing Guide -This Contributing Guide is depend on the "[hxhS (hugoalh & hugoalh Studio) Universal Contributing Guide](https://github.com/hugoalh/hugoalh/blob/main/guides/hxhs-universal-contributing.md)", along with revises and take precedence over it. +This Contributing Guide is depend on the "[hugoalh Universal Contributing Guide](https://github.com/hugoalh/hugoalh/blob/main/guides/universal-contributing.md)", along with revises and take precedence over it. ## Revises diff --git a/SECURITY.md b/SECURITY.md index aa33e21a..336953c2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,4 +14,4 @@ ## Report Vulnerabilities -To report security vulnerabilities, please [create security vulnerability report](https://github.com/hugoalh/hugoalh/blob/main/guides/hxhs-universal-contributing.md#create-security-vulnerability-report). +To report security vulnerabilities, please [create security vulnerability report](https://github.com/hugoalh/hugoalh/blob/main/guides/universal-contributing.md#create-security-vulnerability-report).