Skip to content

Commit a708025

Browse files
committed
fix app slug
1 parent 77b5636 commit a708025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/mlflow-ci.yml'
1616

1717
env:
18-
APP_SLUG: mlflow
18+
APP_SLUG: diamon-mlflow
1919

2020
jobs:
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 }}

0 commit comments

Comments
 (0)