Skip to content

Commit

Permalink
feat: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 25, 2023
1 parent 8ece8a7 commit 26d4f64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/developer-portal-healthckeck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- name: Trigger DevHub healthcheck
uses: octokit/[email protected]
with:
route: POST /repos/:owner/:repo/actions/workflows/:workflow_id/dispatches
owner: shopware
repo: developer-portal
workflow_id: external-healthcheck.yml
route: POST /repos/shopware/developer-portal/actions/workflows/external-healthcheck.yml/dispatches
ref: DX-healthcheck
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 26d4f64

Please sign in to comment.