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 1b4a65f commit 80bbb28Copy full SHA for 80bbb28
.github/workflows/release.yml
@@ -59,17 +59,6 @@ jobs:
59
npm_package_name: mongodb-client-encryption
60
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
61
62
- - name: Set up silk environment
63
- shell: bash
64
- run: |
65
- set -eu
66
- SILKBOMB_ENVFILE=/tmp/silkbomb-envfile
67
- cat << EOF > $SILKBOMB_ENVFILE
68
- SILK_CLIENT_ID=${{ secrets.SILK_CLIENT_ID }}
69
- SILK_CLIENT_SECRET=${{ secrets.SILK_CLIENT_SECRET }}
70
- EOF
71
- echo 'SILKBOMB_ENVFILE=$SILKBOMB_ENVFILE' >> $GITHUB_ENV
72
-
73
- name: Copy sbom file to release assets
74
shell: bash
75
if: ${{ 'mongodb-client-encryption-6.1' == '' }}
0 commit comments