File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,19 @@ jobs:
54
54
with :
55
55
ruby-version : ' 3.0'
56
56
57
- # CodeSee Maps Rust support uses a static binary so there's no setup step required.
57
+ # We need the rust toolchain because it uses rustc and cargo to inspect the package
58
+ - name : Configure Rust 1.x stable
59
+ uses : actions-rs/toolchain@v1
60
+ if : ${{ fromJSON(steps.detect-languages.outputs.languages).rust }}
61
+ with :
62
+ toolchain : stable
58
63
59
64
- name : Generate Map
60
65
id : generate-map
61
66
uses : Codesee-io/codesee-map-action@latest
62
67
with :
63
68
step : map
69
+ api_token : ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
64
70
github_ref : ${{ github.ref }}
65
71
languages : ${{ steps.detect-languages.outputs.languages }}
66
72
71
77
step : mapUpload
72
78
api_token : ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
73
79
github_ref : ${{ github.ref }}
74
-
80
+
75
81
- name : Insights
76
82
id : insights
77
83
uses : Codesee-io/codesee-map-action@latest
You can’t perform that action at this time.
0 commit comments