Skip to content

Commit

Permalink
fix webhook URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed Jul 25, 2024
1 parent cd58dbf commit 0eae6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Send webhook
env:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
WEBHOOK_URL: ${{ secrets.EVENT_WEBHOOK_URL }}
run: |
if [ "${{ github.event_name }}" == "issues" ]; then
EVENT_URL="${{ github.event.issue.html_url }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Send webhook
env:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
WEBHOOK_URL: ${{ secrets.UPDATE_WEBHOOK_URL }}
run: |
VERSION="${{ github.ref_name }}"
Expand Down

0 comments on commit 0eae6a5

Please sign in to comment.