Skip to content

Commit

Permalink
chore: added comments with staging values
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk committed Feb 19, 2024
1 parent ba088f8 commit 2f3ce17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f3ce17

Please sign in to comment.