From 9388bf94e60b5b4248e8abb5666b41758523cc25 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Thu, 25 Jul 2024 13:19:05 +0100 Subject: [PATCH] Update daily-updates.yml --- .github/workflows/daily-updates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-updates.yml b/.github/workflows/daily-updates.yml index 57cab07c..9685c871 100644 --- a/.github/workflows/daily-updates.yml +++ b/.github/workflows/daily-updates.yml @@ -53,8 +53,8 @@ jobs: env: webhook_type: 'json-extended' event_name: 'release' - webhook_url: ${{ secrets.WEBHOOK_URL }} - webhook_secret: '{"x-github-release-token": "${{ secrets.WEBHOOK_TOKEN }}"}' + webhook_url: ${{ secrets.RELEASE_WEBHOOK_URL }} + webhook_secret: '{"x-github-release-token": "${{ secrets.RELEASE_WEBHOOK_TOKEN }}"}' data: '{ "error_code": "${{ env.exitcode }}" }' - name: Upload banks files