Skip to content

Commit

Permalink
Update daily-updates.yml (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 25, 2024
1 parent 7028712 commit aba1abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aba1abf

Please sign in to comment.