Merge pull request #6836 from janhq/chore/deprecate-webhook-discord

chore: deprecate webhook discord
This commit is contained in:
Nguyen Ngoc Minh 2025-10-29 12:15:07 +07:00 committed by GitHub
commit e531eaa4ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,62 +168,62 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.DELTA_AWS_REGION }} AWS_DEFAULT_REGION: ${{ secrets.DELTA_AWS_REGION }}
AWS_EC2_METADATA_DISABLED: 'true' AWS_EC2_METADATA_DISABLED: 'true'
noti-discord-nightly-and-update-url-readme: # noti-discord-nightly-and-update-url-readme:
needs: # needs:
[ # [
build-macos, # build-macos,
build-windows-x64, # build-windows-x64,
build-linux-x64, # build-linux-x64,
get-update-version, # get-update-version,
set-public-provider, # set-public-provider,
sync-temp-to-latest, # sync-temp-to-latest,
] # ]
secrets: inherit # secrets: inherit
if: github.event_name == 'schedule' # if: github.event_name == 'schedule'
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml # uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
with: # with:
ref: refs/heads/dev # ref: refs/heads/dev
build_reason: Nightly # build_reason: Nightly
push_to_branch: dev # push_to_branch: dev
new_version: ${{ needs.get-update-version.outputs.new_version }} # new_version: ${{ needs.get-update-version.outputs.new_version }}
noti-discord-pre-release-and-update-url-readme: # noti-discord-pre-release-and-update-url-readme:
needs: # needs:
[ # [
build-macos, # build-macos,
build-windows-x64, # build-windows-x64,
build-linux-x64, # build-linux-x64,
get-update-version, # get-update-version,
set-public-provider, # set-public-provider,
sync-temp-to-latest, # sync-temp-to-latest,
] # ]
secrets: inherit # secrets: inherit
if: github.event_name == 'push' # if: github.event_name == 'push'
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml # uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
with: # with:
ref: refs/heads/dev # ref: refs/heads/dev
build_reason: Pre-release # build_reason: Pre-release
push_to_branch: dev # push_to_branch: dev
new_version: ${{ needs.get-update-version.outputs.new_version }} # new_version: ${{ needs.get-update-version.outputs.new_version }}
noti-discord-manual-and-update-url-readme: # noti-discord-manual-and-update-url-readme:
needs: # needs:
[ # [
build-macos, # build-macos,
build-windows-x64, # build-windows-x64,
build-linux-x64, # build-linux-x64,
get-update-version, # get-update-version,
set-public-provider, # set-public-provider,
sync-temp-to-latest, # sync-temp-to-latest,
] # ]
secrets: inherit # secrets: inherit
if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'aws-s3' # if: github.event_name == 'workflow_dispatch' && github.event.inputs.public_provider == 'aws-s3'
uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml # uses: ./.github/workflows/template-noti-discord-and-update-url-readme.yml
with: # with:
ref: refs/heads/dev # ref: refs/heads/dev
build_reason: Manual # build_reason: Manual
push_to_branch: dev # push_to_branch: dev
new_version: ${{ needs.get-update-version.outputs.new_version }} # new_version: ${{ needs.get-update-version.outputs.new_version }}
comment-pr-build-url: comment-pr-build-url:
needs: needs: