From 2f3ce1780467c1994ea668c3514b122b55034857 Mon Sep 17 00:00:00 2001 From: mbruzda Date: Mon, 19 Feb 2024 16:21:06 +0100 Subject: [PATCH] chore: added comments with staging values --- .github/workflows/reusable-build-test-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 361432386..8e09f0543 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -55,10 +55,10 @@ concurrency: group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true env: - S3_BUCKET: ta-production-artifacts - ARGO_SERVER_DOMAIN: argo.wfe.splgdi.com + S3_BUCKET: ta-production-artifacts #staging: ta-staging-artifacts + ARGO_SERVER_DOMAIN: argo.wfe.splgdi.com #staging: argo.staging.wfe.splgdi.com + ARGO_TOKEN_SECRET_ID: ta-github-workflow-automation-token #staging: ta-staging-github-workflow-automation-token K8S_MANIFESTS_BRANCH: main - ARGO_TOKEN_SECRET_ID: ta-github-workflow-automation-token jobs: setup-workflow: runs-on: ubuntu-latest