Skip to content

Commit 3feb188

Browse files
authored
Merge pull request #249 from Iterable/MOB-3609-reset-and-move-secret
[MOB-3609] reference secrets var
2 parents a469215 + f54d541 commit 3feb188

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)