Skip to content

Commit fd92bc0

Browse files
author
Alexis Bouchez
committed
fix(ci): repair login cmd
1 parent 870e16c commit fd92bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: curl -L https://cli.valyent.cloud | sh
4747

4848
- name: Authenticate Valyent CLI
49-
run: ~/.valyent/bin/valyent login --api-key ${{ secrets.VALYENT_API_KEY }} --organization ${{ secrets.VALYENT_ORG }}
49+
run: ~/.valyent/bin/valyent auth login --api-key ${{ secrets.VALYENT_API_KEY }} --organization ${{ secrets.VALYENT_ORG }}
5050

5151
- name: Deploy to Valyent
5252
run: |

0 commit comments

Comments
 (0)