File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
source venv/bin/activate
38
38
memfault \
39
39
--org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
40
- --org ${{ secrets .MEMFAULT_ORGANIZATION_SLUG }} \
41
- --project ${{ secrets .MEMFAULT_PROJECT_SLUG }} \
40
+ --org ${{ vars .MEMFAULT_ORGANIZATION_SLUG }} \
41
+ --project ${{ vars .MEMFAULT_PROJECT_SLUG }} \
42
42
upload-mcu-symbols \
43
43
--software-type asset-tracker-template \
44
44
--software-version ${{ inputs.version }} \
49
49
source venv/bin/activate
50
50
memfault \
51
51
--org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
52
- --org ${{ secrets .MEMFAULT_ORGANIZATION_SLUG }} \
53
- --project ${{ secrets .MEMFAULT_PROJECT_SLUG }} \
52
+ --org ${{ vars .MEMFAULT_ORGANIZATION_SLUG }} \
53
+ --project ${{ vars .MEMFAULT_PROJECT_SLUG }} \
54
54
upload-mcu-symbols \
55
55
--software-type asset-tracker-template \
56
56
--software-version ${{ inputs.version }}-debug \
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ jobs:
100
100
run : |
101
101
memfault \
102
102
--org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
103
- --org ${{ secrets .MEMFAULT_ORGANIZATION_SLUG }} \
104
- --project ${{ secrets .MEMFAULT_PROJECT_SLUG }} \
103
+ --org ${{ vars .MEMFAULT_ORGANIZATION_SLUG }} \
104
+ --project ${{ vars .MEMFAULT_PROJECT_SLUG }} \
105
105
upload-mcu-symbols \
106
106
--software-type asset-tracker-template-ci \
107
107
--software-version ${{ inputs.artifact_fw_version }} \
@@ -140,8 +140,8 @@ jobs:
140
140
LOG_FILENAME : att_test_log
141
141
TEST_REPORT_NAME : ATT Firwmare Test Report
142
142
MEMFAULT_ORGANIZATION_TOKEN : ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }}
143
- MEMFAULT_ORGANIZATION_SLUG : ${{ secrets .MEMFAULT_ORGANIZATION_SLUG }}
144
- MEMFAULT_PROJECT_SLUG : ${{ secrets .MEMFAULT_PROJECT_SLUG }}
143
+ MEMFAULT_ORGANIZATION_SLUG : ${{ vars .MEMFAULT_ORGANIZATION_SLUG }}
144
+ MEMFAULT_PROJECT_SLUG : ${{ vars .MEMFAULT_PROJECT_SLUG }}
145
145
146
146
- name : Commit and Push Badge File to gh-pages Branch
147
147
if : always()
You can’t perform that action at this time.
0 commit comments