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 33fdf65 commit 67f10bfCopy full SHA for 67f10bf
.github/workflows/release-python.yml
@@ -18,8 +18,6 @@ on:
18
env:
19
# Changes per repo
20
PRODUCT_NAME: PyMongoCrypt
21
- # Changes per branch
22
- SILK_ASSET_GROUP: pymongocrypt
23
EVERGREEN_PROJECT: libmongocrypt
24
# Constant
25
# inputs will be empty on a scheduled run. so, we only set dry_run
@@ -123,7 +121,8 @@ jobs:
123
121
following_version: ${{ env.FOLLOWING_VERSION }}
124
122
working_directory: ./bindings/python
125
product_name: ${{ env.PRODUCT_NAME }}
126
- silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
+ sbom_in_path: bindings/python/sbom.json
+ kondukto_sub_project: pymongocrypt
127
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
128
tag_template: "pymongocrypt-${VERSION}"
129
token: ${{ github.token }}
0 commit comments