Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
perpetualcacophony authored Apr 23, 2024
1 parent 7d1ce84 commit 3ff026f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Wait for pushed package
uses: lewagon/[email protected]
with:
ref: prod
check-name: build_and_push
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 20
#- name: Wait for pushed package
# uses: lewagon/[email protected]
# with:
# ref: prod
# check-name: build_and_push
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# wait-interval: 20

- name: Trigger webhook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.REDEPLOY_WEBHOOK_URL }}
webhook_url: ${{ secrets.REDEPLOY_WEBHOOK_URL }}

0 comments on commit 3ff026f

Please sign in to comment.