Skip to content

Commit

Permalink
fix teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 20, 2024
1 parent 7f3a27f commit dee5561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
app_packages: ${{ env.APP }}
argocd_server: ${{ env.ARGOCD_SERVER }}
teleport_token: polkadot-testnet-faucet
teleport_app_name: "argocd-chains"
teleport_app_name: "argocd-testnet"
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}

deploy-paseo:
Expand All @@ -131,5 +131,5 @@ jobs:
app_packages: ${{ env.APP }}
argocd_server: ${{ env.ARGOCD_SERVER }}
teleport_token: polkadot-testnet-faucet
teleport_app_name: "argocd-chains"
teleport_app_name: "argocd-testnet"
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}

0 comments on commit dee5561

Please sign in to comment.