From ac40abba2e8a21be8602035e7e558d6e7de4312b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 26 Aug 2022 09:05:26 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa8eca48..0a0489632 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ ## Support - Twitter: [@andrasbacsai](https://twitter.com/andrasbacsai) - Telegram: [@andrasbacsai](https://t.me/andrasbacsai) - Email: [andras@coollabs.io](mailto:andras@coollabs.io) -- Discord: [Invitation](https://discord.gg/6rDM4fkymF) +- Discord: [Invitation](https://coollabs.io/discord) ## Financial Contributors From 278f75e70c858710745bcddcea2eacdc2480481e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sat, 27 Aug 2022 10:19:32 +0200 Subject: [PATCH 2/3] Update production-release.yml --- .github/workflows/production-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index 2076895b4..ea7c592ba 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -34,4 +34,4 @@ jobs: - uses: sarisia/actions-status-discord@v1 if: always() with: - webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_CHANNEL }} + webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }} From c356d0455d069a54e437f4055e1edff34ebb687c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sat, 27 Aug 2022 10:19:50 +0200 Subject: [PATCH 3/3] Update staging-release.yml --- .github/workflows/staging-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index dda360f8a..86fed13ff 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -32,4 +32,4 @@ jobs: - uses: sarisia/actions-status-discord@v1 if: always() with: - webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_CHANNEL }} + webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}