Skip to content

Commit

Permalink
add update webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Oct 4, 2023
1 parent d774cd4 commit be1c038
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ jobs:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_APP_ID: ${{ secrets.AZURE_APP_ID }}
AZURE_APP_KEY: ${{ secrets.AZURE_APP_KEY }}
- name: Send Uodate
uses: fjogeleit/http-request-action@v1
with:
url: '${{ secrets.UPDATE_WEB_HOOK }}'
method: 'GET'

0 comments on commit be1c038

Please sign in to comment.