We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c1140 commit 12b545aCopy full SHA for 12b545a
1 file changed
.github/workflows/deploy.yml
@@ -20,8 +20,4 @@ jobs:
20
command: cd ${{ secrets.FOLDER }} && git pull origin main
21
host: ${{ secrets.HOST }}
22
username: ${{ secrets.USER_NAME }}
23
- privateKey: ${{ secrets.PRIVATE_KEY}}
24
-
25
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
26
- with:
27
- coverageCommand: npm test
+ privateKey: ${{ secrets.PRIVATE_KEY}}
0 commit comments