File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,18 @@ jobs:
125125 private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
126126 owner : 10gen
127127 repositories : compass-mongodb-com
128+ - name : Checkout Compass Update server
129+ if : matrix.test == 'auto-update-from'
130+ uses : actions/checkout@v4
131+ with :
132+ repository : 10gen/compass-mongodb-com
133+ token : ${{ steps.app-token.outputs.token }}
134+ # Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
135+ persist-credentials : false
136+ path : ' compass-mongodb-com'
128137 - name : Install Compass Update server
129138 if : matrix.test == 'auto-update-from'
130- run : npm install --no-save --workspace packages/compass-smoke-tests git+https://x-access-token: ${{ steps.app-token.outputs.token }}@github.com/10gen/ compass-mongodb-com.git
139+ run : npm install --no-save --workspace packages/compass-smoke-tests ${{ github.workspace }}/ compass-mongodb-com
131140
132141 - name : Run tests
133142 env :
You can’t perform that action at this time.
0 commit comments