Skip to content

Commit c0d809d

Browse files
Update ci_cd.yml
1 parent e6e24c9 commit c0d809d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
library-name: ${{ env.PACKAGE_NAME }}
5050
operating-system: ${{ matrix.os }}
5151
python-version: ${{ matrix.python-version }}
52-
52+
5353
- name: Set up JDK
5454
uses: actions/setup-java@v4
5555
with:
@@ -58,6 +58,9 @@ jobs:
5858

5959
- name: Mend Unified Agent Scan
6060
env:
61+
WS_APIKEY: '${{secrets.MEND_API_KEY}}'
62+
WS_USERKEY: '${{ secrets.MEND_USER_KEY }}'
63+
WS_WSS_URL: 'https://app.whitesourcesoftware.com/agent'
6164
WS_PRODUCTNAME: 'AnsysAllie'
6265
WS_PROJECTNAME: ${{github.event.repository.name}}
6366
WS_GENERATEPROJECTDETAILSJSON: true

0 commit comments

Comments
 (0)