Skip to content

Commit

Permalink
Added credentials in order for pip to access cicd private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rabah-khalek committed Sep 8, 2023
1 parent 22e5f1c commit 4c012ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 153 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/giskard_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
# the package installation will only be executed when the
# requirements-files have changed.
- run: pip install -r examples/github/requirements.txt
env:
EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
EMAIL_RECIPIENT: ${{ secrets.EMAIL_RECIPIENT }}
if: steps.cache-virtualenv.outputs.cache-hit != 'true'

- name: training
Expand Down
153 changes: 0 additions & 153 deletions giskard_action.yaml

This file was deleted.

0 comments on commit 4c012ca

Please sign in to comment.