Skip to content

Commit

Permalink
refactor(renaming): update discord webhook secret
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed May 14, 2024
1 parent 81e5a24 commit d540182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Notify Discord
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.OKP4_DISCORD_WEBHOOK }}
url: ${{ secrets.DISCORD_WEBHOOK }}
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: |-
Expand Down

0 comments on commit d540182

Please sign in to comment.