diff --git a/.github/workflows/dso-automatic-sync.yml b/.github/workflows/dso-automatic-sync.yml index a01a830c1..275bde9d6 100644 --- a/.github/workflows/dso-automatic-sync.yml +++ b/.github/workflows/dso-automatic-sync.yml @@ -10,8 +10,8 @@ jobs: curl "https://gitlab.apps.c6.numerique-interieur.com/api/v4/projects/62/trigger/pipeline" \ -X POST \ --fail \ - -F token=glptt-d4c40b4d02672a1edad35acd909b8f73d4a46fef \ - -F ref=${{ github.GITHUB_REF_NAME }} \ + -F token=${{ secrets.DSO_TOKEN }} \ + -F ref=main \ -F variables[GIT_BRANCH_DEPLOY]=${{ github.GITHUB_REF_NAME }} \ -F variables[PROJECT_NAME]=basegun-test/infra diff --git a/infra/kube/helm/values.dso.yaml b/infra/kube/helm/values.dso.yaml index 1218e988a..92cba6643 100644 --- a/infra/kube/helm/values.dso.yaml +++ b/infra/kube/helm/values.dso.yaml @@ -11,7 +11,7 @@ ingress: #traefik.ingress.kubernetes.io/router.tls: "true" #traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt hosts: - - host: http://basegun.dev.numerique-interieur.com/ + - host: http://basegun.dev.numerique-interieur.com/ paths: - path: / pathType: Prefix