Skip to content

Commit 80bbb28

Browse files
remove custom silk logic
1 parent 1b4a65f commit 80bbb28

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@ jobs:
5959
npm_package_name: mongodb-client-encryption
6060
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
6161

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-
7362
- name: Copy sbom file to release assets
7463
shell: bash
7564
if: ${{ 'mongodb-client-encryption-6.1' == '' }}

0 commit comments

Comments
 (0)