Skip to content

Commit

Permalink
Merge branch 'hotfix/fix-missing-secret' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Apr 21, 2022
2 parents 3841859 + a7ca653 commit 34e76c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
npm-publish:
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### v2.2.1 (2021-09-30)

- [`60d99b8`](https://github.com/lifion/eslint-config-lifion/commit/60d99b87104c0da057902d9a6856ef3e84a4589f): Fix unit tests
- [`1b11ac7`](https://github.com/lifion/eslint-config-lifion/commit/1b11ac7957f745730a898ff2df370a0d59f3b04e): Support nested __mocks__ folders
- [`1b11ac7`](https://github.com/lifion/eslint-config-lifion/commit/1b11ac7957f745730a898ff2df370a0d59f3b04e): Support nested **mocks** folders

### v2.2.0 (2021-09-30)

Expand Down

0 comments on commit 34e76c0

Please sign in to comment.