Skip to content

Commit 8e7654d

Browse files
committed
chore: explicitly list secrets
1 parent 10c0fce commit 8e7654d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Publish
22

33
on:
44
workflow_call:
5+
secrets:
6+
NPM_TOKEN:
7+
required: true
8+
GITHUB_TOKEN:
9+
required: true
510

611
jobs:
712
publish:

0 commit comments

Comments
 (0)