Skip to content

Commit

Permalink
Setup dev webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jun 23, 2024
1 parent debac3f commit 119a22c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

# - name: Trigger dev webhook
# uses: distributhor/workflow-webhook@v3
# env:
# webhook_url: ${{ secrets.DEV_WEBHOOK_URL }}
- name: Trigger dev webhook
uses: distributhor/workflow-webhook@v3
env:
webhook_url: ${{ secrets.DEV_WEBHOOK_URL }}

0 comments on commit 119a22c

Please sign in to comment.