We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 026dbb2 + d0e5520 commit d6d4b9eCopy full SHA for d6d4b9e
.github/workflows/conformance.yml
@@ -232,6 +232,12 @@ jobs:
232
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
233
aws-region: us-west-1
234
235
+ - name: Set RavenDB env vars
236
+ if: matrix.require-ravendb-credentials == 'true'
237
+ run: |
238
+ echo "::add-mask::${{ secrets.RAVENDBLICENSE }}"
239
+ echo "RAVENDBLICENSE=${{ secrets.RAVENDBLICENSE }}" >> $GITHUB_ENV
240
+
241
- name: Start MongoDB
242
if: matrix.mongodb-version != ''
243
uses: supercharge/mongodb-github-action@1.8.0
0 commit comments