We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049b47 commit e66068cCopy full SHA for e66068c
.github/workflows/publish-deploy.yml
@@ -85,7 +85,7 @@ jobs:
85
app_name: "${{ env.APP }}"
86
app_packages: "common"
87
argocd_server: ${{ env.ARGOCD_SERVER }}
88
- teleport_token: ${{ env.APP }}
+ teleport_token: "matrix-admin"
89
teleport_app_name: "argocd-stg"
90
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}
91
@@ -107,6 +107,6 @@ jobs:
107
108
109
110
111
teleport_app_name: "argocd-prod"
112
0 commit comments