File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - ' .github/workflows/mlflow-ci.yml'
1616
1717env :
18- APP_SLUG : mlflow
18+ APP_SLUG : diamon- mlflow
1919
2020jobs :
2121 lint :
@@ -174,13 +174,13 @@ jobs:
174174 if : ${{ needs.create-release.outputs.customer-id != '' }}
175175 uses :
replicatedhq/replicated-actions/[email protected] 176176 with :
177- api-token : ${{ secrets.C11Y_MATRIX_TOKEN }}
177+ api-token : ${{ secrets.REPLICATED_PLATFORM_EXAMPLES_TOKEN }}
178178 customer-id : ${{ needs.create-release.outputs.customer-id }}
179179
180180 - name : Archive Channel
181181 if : ${{ needs.create-release.outputs.channel-slug != '' }}
182182 uses :
replicatedhq/replicated-actions/[email protected] 183183 with :
184184 app-slug : ${{ env.APP_SLUG }}
185- api-token : ${{ secrets.C11Y_MATRIX_TOKEN }}
185+ api-token : ${{ secrets.REPLICATED_PLATFORM_EXAMPLES_TOKEN }}
186186 channel-slug : ${{ needs.create-release.outputs.channel-slug }}
You can’t perform that action at this time.
0 commit comments