Skip to content

Commit ca05a47

Browse files
committed
Use DCM secrets
1 parent 612ac3d commit ca05a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo apt-get install dcm
3232
3333
- name: DCM Analyze
34-
run: dcm analyze --reporter=github .
34+
run: dcm analyze --reporter=github --ci-key ${{ secrets.DCM_KEY }} --email ${{ secrets.DCM_EMAIL }} .
3535

3636
- name: Dry Publish
3737
run: dart pub publish --dry-run

0 commit comments

Comments
 (0)