Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 3164aeb

Browse files
committed
ci: 💚 Remove invalid secrets in test job
1 parent a52164d commit 3164aeb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
artifact-path: |
113113
./packages/*/dist/
114114
./scripts/*/dist/
115-
116115
artifact-upload: true
117116
include: "./packages/*/dist/**/*.{js,cjs,json}"
118117
script-build: build:pkgs
@@ -122,9 +121,6 @@ jobs:
122121
needs: [build]
123122
# https://github.com/terminal-nerds/.github/blob/main/.github/workflows/test.yml
124123
uses: terminal-nerds/.github/.github/workflows/test.yml@main
125-
secrets:
126-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
127-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
128124
with:
129125
job-name: Unit
130126
script-test: pnpm test:unit

0 commit comments

Comments
 (0)