Skip to content

Commit e66068c

Browse files
authored
Fix teleport token for deploy (#92)
1 parent 3049b47 commit e66068c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
app_name: "${{ env.APP }}"
8686
app_packages: "common"
8787
argocd_server: ${{ env.ARGOCD_SERVER }}
88-
teleport_token: ${{ env.APP }}
88+
teleport_token: "matrix-admin"
8989
teleport_app_name: "argocd-stg"
9090
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}
9191

@@ -107,6 +107,6 @@ jobs:
107107
app_name: "${{ env.APP }}"
108108
app_packages: "common"
109109
argocd_server: ${{ env.ARGOCD_SERVER }}
110-
teleport_token: ${{ env.APP }}
110+
teleport_token: "matrix-admin"
111111
teleport_app_name: "argocd-prod"
112112
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}

0 commit comments

Comments
 (0)