We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870e16c commit fd92bc0Copy full SHA for fd92bc0
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
run: curl -L https://cli.valyent.cloud | sh
47
48
- name: Authenticate Valyent CLI
49
- run: ~/.valyent/bin/valyent login --api-key ${{ secrets.VALYENT_API_KEY }} --organization ${{ secrets.VALYENT_ORG }}
+ run: ~/.valyent/bin/valyent auth login --api-key ${{ secrets.VALYENT_API_KEY }} --organization ${{ secrets.VALYENT_ORG }}
50
51
- name: Deploy to Valyent
52
run: |
0 commit comments