Skip to content

Commit

Permalink
Test argocd login
Browse files Browse the repository at this point in the history
  • Loading branch information
roypeter committed Sep 20, 2024
1 parent 4a31d11 commit 347aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- uses: clowdhaus/argo-cd-action/@main
with:
version: 2.6.7
command: version
options: --client
command: login ${{ secrets.SANDBOX_ARGOCD_ENDPOINT }}
options: --username ${{ secrets.SANDBOX_ARGOCD_USERNAME }} --password ${{ secrets.SANDBOX_ARGOCD_PASSWORD }}

0 comments on commit 347aa7c

Please sign in to comment.