From c41e93a11e41baa344e25dac964be4d792b8f381 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Date: Thu, 1 Feb 2024 17:09:56 +0100 Subject: [PATCH] use same org --- .github/workflows/acceptance-tests-runner.yml | 7 +------ .github/workflows/acceptance-tests.yml | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/acceptance-tests-runner.yml b/.github/workflows/acceptance-tests-runner.yml index 25b99966ed..4908f75b6c 100644 --- a/.github/workflows/acceptance-tests-runner.yml +++ b/.github/workflows/acceptance-tests-runner.yml @@ -101,10 +101,6 @@ on: required: true aws_s3_bucket_federation: required: true - mongodb_atlas_idp_public_key: - required: true - mongodb_atlas_idp_private_key: - required: true env: # CI: true # GH does this automatically @@ -657,8 +653,7 @@ jobs: - name: Acceptance Tests env: MONGODB_ATLAS_BASE_URL: ${{ inputs.mongodb_atlas_base_url }} - MONGODB_ATLAS_PUBLIC_KEY: ${{ secrets.mongodb_atlas_idp_public_key }} - MONGODB_ATLAS_PRIVATE_KEY: ${{ secrets.mongodb_atlas_idp_private_key }} + MONGODB_ATLAS_PUBLIC_KEY: ${{ secrets.mongodb_atlas_public_key }} MONGODB_ATLAS_PRIVATE_KEY: ${{ secrets.mongodb_atlas_private_key }} MONGODB_ATLAS_FEDERATION_SETTINGS_ID: ${{ inputs.mongo_atlas_federation_settings_id }} MONGODB_ATLAS_FEDERATED_OKTA_IDP_ID: ${{ inputs.mongo_atlas_federatied_okta_idp_id }} MONGODB_ATLAS_FEDERATED_IDP_ID: ${{ inputs.mongo_atlas_federatied_idp_id }} diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 8346815ea0..3d1677d96c 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -51,8 +51,6 @@ jobs: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws_s3_bucket_federation: ${{ secrets.AWS_S3_BUCKET_FEDERATION }} - mongodb_atlas_idp_public_key: ${{ secrets.MONGODB_ATLAS_PUBLIC_KEY_IDP_CLOUD_DEV }} - mongodb_atlas_idp_private_key: ${{ secrets.MONGODB_ATLAS_PRIVATE_KEY_IDP_CLOUD_DEV }} with: terraform_version: ${{ inputs.terraform_version || vars.TF_VERSION_LATEST }} ref: ${{ inputs.ref }}