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 532f349 commit 12838d9Copy full SHA for 12838d9
.github/workflows/release_6.1.yml
@@ -57,17 +57,6 @@ jobs:
57
npm_package_name: mongodb-client-encryption
58
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
59
60
- - name: Download the Augmented SBOM file to the release assets and s3 assets folders
61
- shell: bash
62
- run: |
63
- set -eu
64
- SILKBOMB_ENVFILE=/tmp/silkbomb-envfile
65
- cat << EOF > $SILKBOMB_ENVFILE
66
- SILK_CLIENT_ID=${SILKBOMB_USER}
67
- SILK_CLIENT_SECRET=${SILKBOMB_KEY}
68
- EOF
69
- echo 'SILKBOMB_ENVFILE=$SILKBOMB_ENVFILE' >> $GITHUB_ENV
70
-
71
- name: Copy sbom file to release assets
72
shell: bash
73
if: ${{ 'mongodb-client-encryption-6.1' == '' }}
0 commit comments