Skip to content

Commit

Permalink
Merge pull request #482 from zenn-dev/fix-workflows
Browse files Browse the repository at this point in the history
Publish workflowのNotifyをやめる
  • Loading branch information
cm-dyoshikawa authored Nov 29, 2023
2 parents 09098b8 + d7b932f commit 4483776
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Notifiy releases to zenn-dev/zenn
uses: peter-evans/repository-dispatch@v2
with:
repository: zenn-dev/zenn
token: ${{ secrets.PERSONAL_TOKEN }}
event-type: update-zenn-editor-packages # specify this on zenn workflows
client-payload: '{"commit_url": "https://github.com/zenn-dev/zenn-editor/commit/${{ github.sha }}"}'

- name: Notifiy releases to zenn-dev/api-markdown-html
uses: peter-evans/repository-dispatch@v2
with:
repository: zenn-dev/api-markdown-html
token: ${{ secrets.PERSONAL_TOKEN }}
event-type: update-zenn-editor-packages # specify this on zenn workflows
client-payload: '{"commit_url": "https://github.com/zenn-dev/zenn-editor/commit/${{ github.sha }}"}'

- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4483776

Please sign in to comment.