Skip to content

Commit 84063b4

Browse files
committed
fix: remove Codecov and NPM token from CI/CD workflow, use OIDC instead
1 parent 86d5bb4 commit 84063b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
- lint
3434
- build
3535
- test
36-
secrets:
37-
codecovToken: ${{ secrets.CODECOV_TOKEN }}
3836
release:
3937
uses: vidavidorra/.github/.github/workflows/release.yml@06f357a271f8bc7c0bc61cf27ec8cdb4ec9c9d26 # v8.0.0
4038
needs:
@@ -45,4 +43,3 @@ jobs:
4543
- code-coverage
4644
secrets:
4745
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}
48-
npmToken: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)