Skip to content

Commit 34f39c0

Browse files
authored
fix: remove secret
1 parent 59691e1 commit 34f39c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ jobs:
88
call-publish:
99
uses: Giorgiosaud/centralized-workflows/.github/workflows/npm-publish.yml@main
1010
secrets:
11-
npm-token: ${{ secrets.NPM_TOKEN }}
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This gets generated automatically
11+
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)