Skip to content

Commit

Permalink
PYTHON-4417 Add evergreen link in SSDLC Report (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
Co-authored-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
  • Loading branch information
blink1073 and mongodb-dbx-release-bot[bot] authored Jun 25, 2024
1 parent e6fcf29 commit b07c789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
PRODUCT_NAME: WinKerberos
# Changes per branch
SILK_ASSET_GROUP: winkerberos
EVERGREEN_PROJECT: winkerberos

defaults:
run:
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
needs: [pre-publish]
uses: ./.github/workflows/codeql.yml
with:
ref: ${{ inputs.version }}
ref: ${{ github.ref }}

publish:
needs: [build-dist, static-scan]
Expand Down Expand Up @@ -84,5 +85,6 @@ jobs:
following_version: ${{ inputs.following_version }}
product_name: ${{ env.PRODUCT_NAME }}
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
token: ${{ github.token }}
dry_run: ${{ inputs.dry_run }}

0 comments on commit b07c789

Please sign in to comment.