Skip to content

Commit f54d541

Browse files
committed
reference secrets var
1 parent a469215 commit f54d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Test & publish code coverage
2222
uses: paambaati/[email protected]
2323
env:
24-
CC_TEST_REPORTER_ID: 44578b761dafe2060ea097e038c5c510be57fb81cd004ac257e07615b5dcdc34
24+
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
2525
with:
2626
coverageCommand: yarn coverage
2727
debug: true

0 commit comments

Comments
 (0)