Skip to content

Commit

Permalink
PYTHON-4388 [v4.8] Add evergreen link in SSDLC Report (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 25, 2024
1 parent 2edadda commit 94de52a
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: PyMongo
# Changes per branch
SILK_ASSET_GROUP: mongodb-python-driver
EVERGREEN_PROJECT: mongo-python-driver-v4.8

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

publish:
needs: [build-dist, static-scan]
Expand All @@ -82,5 +83,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 94de52a

Please sign in to comment.