File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
3
branches : ["6.1"]
4
-
5
- # temporary to allow running of action
6
- pull_request :
7
- branches : ["main"]
8
- workflow_dispatch : {}
4
+ workflow_dispatch : {}
9
5
10
6
permissions :
11
7
contents : write
61
57
npm_package_name : mongodb-client-encryption
62
58
dry_run : ${{ needs.release_please.outputs.release_created == '' }}
63
59
60
+ - name : Set up silk environment
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
+
64
71
- name : Copy sbom file to release assets
65
72
shell : bash
66
73
if : ${{ 'mongodb-client-encryption-6.1' == '' }}
You can’t perform that action at this time.
0 commit comments