Skip to content

Commit

Permalink
add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 14, 2024
1 parent a5dfb52 commit df31fbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- main
workflow-call:
secrets:
NPM_TOKEN:
required: true
CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT:
required: true

env:
NOTIFY_WEBHOOK_LINK: ${{ secrets.CODEX_BOT_NOTIFY_EDITORJS_PUBLIC_CHAT }}
Expand Down

0 comments on commit df31fbf

Please sign in to comment.