File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ jobs:
8686 skip_update_check = true
8787
8888 [__e2e]
89- org_id = '${{ secrets.MONGODB_ATLAS_ORG_ID }} '
90- project_id = '${{ secrets.MONGODB_ATLAS_PROJECT_ID }} '
91- public_api_key = '${{ secrets.MONGODB_ATLAS_PROJECT_ID }} '
92- private_api_key = '${{ secrets.MONGODB_ATLAS_PRIVATE_API_KEY }} '
93- ops_manager_url = '${{ secrets.MONGODB_ATLAS_OPS_MANAGER_URL }} '
89+ org_id = 'a0123456789abcdef012345a '
90+ project_id = 'b0123456789abcdef012345b '
91+ public_api_key = 'ABCDEF01 '
92+ private_api_key = '12345678-abcd-ef01-2345-6789abcdef01 '
93+ ops_manager_url = 'http://localhost:8080/ '
9494 service = 'cloud'
9595 telemetry_enabled = false
9696 output = 'plaintext'
@@ -106,6 +106,11 @@ jobs:
106106 output = 'plaintext'
107107 run : |
108108 echo "$CONFIG_CONTENT" > "$CONFIG_PATH"
109+ ./bin/atlas config set org_id "${{ secrets.MONGODB_ATLAS_ORG_ID }}" -P __e2e
110+ ./bin/atlas config set project_id "${{ secrets.MONGODB_ATLAS_PROJECT_ID }}" -P __e2e
111+ ./bin/atlas config set public_api_key "${{ secrets.MONGODB_ATLAS_PROJECT_ID }}" -P __e2e
112+ ./bin/atlas config set private_api_key "${{ secrets.MONGODB_ATLAS_PRIVATE_API_KEY }}" -P __e2e
113+ ./bin/atlas config set ops_manager_url "${{ secrets.MONGODB_ATLAS_OPS_MANAGER_URL }}" -P __e2e
109114 - env :
110115 CONFIG_PATH : ${{ steps.config-path.outputs.CONFIG_PATH }}
111116 run : cat "$CONFIG_PATH"
You can’t perform that action at this time.
0 commit comments