Skip to content

Commit

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

Expand All @@ -108,7 +108,7 @@ jobs:
app_name: substrate-faucet-westend
app_packages: ${{ env.APP }}
argocd_server: ${{ env.ARGOCD_SERVER }}
teleport_token: ${{ env.APP }}
teleport_token: polkadot-testnet-faucet
teleport_app_name: "argocd-chains"
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}

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

0 comments on commit 4c1c0b8

Please sign in to comment.