Skip to content

Commit

Permalink
docs: try to use workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Oct 28, 2023
1 parent 2560af7 commit 245b1cd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Invoke workflow in another repo with inputs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: release.yml
repo: mdx-editor/site
publish-site:
uses: mdx-editor/site/.github/workflows/release.yml
secrets: inherit

0 comments on commit 245b1cd

Please sign in to comment.