Skip to content

Commit

Permalink
use same org
Browse files Browse the repository at this point in the history
  • Loading branch information
oarbusi committed Feb 1, 2024
1 parent 09218dd commit c41e93a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/acceptance-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c41e93a

Please sign in to comment.