From bb08e4fa84c9152256989e9b55fb15cbc4475a7c Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 3 Sep 2024 15:16:19 +0200 Subject: [PATCH] Adding new secret Signed-off-by: rjshrjndrn --- .../composite-actions/update-keys/action.yml | 1 + .github/workflows/api.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/composite-actions/update-keys/action.yml b/.github/composite-actions/update-keys/action.yml index 7dfaf0ab5..f96021f25 100644 --- a/.github/composite-actions/update-keys/action.yml +++ b/.github/composite-actions/update-keys/action.yml @@ -40,6 +40,7 @@ runs: yq e -i '.global.assistKey = strenv(JWT_SECRET)' vars.yaml yq e -i '.global.assistJWTSecret = strenv(JWT_SECRET)' vars.yaml yq e -i '.global.jwtSecret = strenv(JWT_SECRET)' vars.yaml + yq e -i '.global.jwtSpotSecret = strenv(JWT_SECRET)' vars.yaml yq e -i '.global.enterpriseEditionLicense = strenv(LICENSE_KEY)' vars.yaml yq e -i '.global.s3.accessKey = strenv(MINIO_ACCESS_KEY)' vars.yaml yq e -i '.global.s3.secretKey = strenv(MINIO_SECRET_KEY)' vars.yaml diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index ad34e0527..7b97e6a2d 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -135,12 +135,12 @@ jobs: SLACK_USERNAME: "OR Bot" SLACK_MESSAGE: "Build failed :bomb:" - # - name: Debug Job - # # if: ${{ failure() }} - # uses: mxschmitt/action-tmate@v3 - # env: - # DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} - # IMAGE_TAG: ${{ github.sha }}-ee - # ENVIRONMENT: staging - # with: - # iimit-access-to-actor: true + # - name: Debug Job + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3 + # env: + # DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} + # IMAGE_TAG: ${{ github.sha }}-ee + # ENVIRONMENT: staging + # with: + # limit-access-to-actor: true