Skip to content

Commit

Permalink
Fix the self test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnswamy committed Feb 8, 2024
1 parent f377a83 commit b4b7f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
id: selftest
uses: ./
with:
address: ${{ secrets.ARGOCD_ADDR }}
token: ${{ steps.secrets.outputs.ARGOCD_TOKEN }}
address: ${{ secrets.ARGOCD_SERVER }}
token: ${{ secrets.ARGOCD_TOKEN }}
action: sync
appName: argocd-apps
appName: ${{ secrets.ARGOCD_APP_NAME }}
image: latest
disableTlsVerification: "true"

0 comments on commit b4b7f3e

Please sign in to comment.