Skip to content

Commit

Permalink
Update publish-module.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein authored Dec 14, 2021
1 parent 775f2a3 commit 5f29ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
install-and-check:
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 5f29ce0

Please sign in to comment.