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.
1 parent 222a313 commit a91ba97Copy full SHA for a91ba97
.github/workflows/beta.yml
@@ -32,4 +32,8 @@ jobs:
32
files: |
33
build/distributions/sdkman-cli-*.zip
34
- name: Update MongoDB
35
- run: bin/release-binary.sh master ${{ steps.var.outputs.sha_short }} $MONGO_URL $MONGO_USERNAME $MONGO_PASSWORD
+ env:
36
+ MONGO_URL: ${{ secrets.MONGO_URL }}
37
+ MONGO_USERNAME: ${{ secrets.MONGO_USERNAME }}
38
+ MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
39
+ run: bin/release-binary.sh master ${{ steps.var.outputs.sha_short }} "$MONGO_URL" "$MONGO_USERNAME" "$MONGO_PASSWORD"
0 commit comments