Skip to content

Commit 5f29ce0

Browse files
Update publish-module.yml
1 parent 775f2a3 commit 5f29ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-module.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
install-and-check:
88
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
99
secrets:
10-
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
10+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1111

1212
npm-publish:
1313
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
1414
secrets:
15-
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
15+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)