File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 9999 name : windows
100100 - platform :
101101 name : linux
102- # Temporarily disable running the auto-update-from
103- - test : auto-update-from
104102 runs-on : ${{ matrix.platform.runs-on }}
105103 steps :
106104 - name : Checkout
@@ -117,6 +115,18 @@ jobs:
117115 path : packages/compass-smoke-tests/.downloads
118116 - name : Install dependencies and build packages
119117 run : npm run bootstrap-ci
118+
119+ - name : Create Github App Token
120+ uses : mongodb-js/devtools-shared/actions/setup-bot-token@main
121+ if : matrix.test == 'auto-update-from'
122+ id : app-token
123+ with :
124+ app-id : ${{ vars.DEVTOOLS_BOT_APP_ID }}
125+ private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
126+ - name : Install Compass Update server
127+ if : matrix.test == 'auto-update-from'
128+ run : npm install --workspace packages/compass-smoke-tests https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/10gen/compass-mongodb-com
129+
120130 - name : Run tests
121131 env :
122132 EVERGREEN_BUCKET_NAME : ${{ inputs.bucket_name }}
You can’t perform that action at this time.
0 commit comments