Skip to content

Commit

Permalink
Merge pull request #110 from ai-cfia/109-add-env-variables-to-python-…
Browse files Browse the repository at this point in the history
…lint-test-workflow

Issue #109: Add env variables required for concerned repos calling it
  • Loading branch information
SonOfLope authored Apr 3, 2024
2 parents 2ba3d01 + 5ab6a3b commit e8517f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:
PGPASSWORD: ${{ secrets.PGPASSWORD }}
PGPORT: ${{ secrets.PGPORT }}
PGUSER: ${{ secrets.PGUSER }}
BING_SEARCH_KEY: ${{ secrets.BING_SEARCH_KEY }}
BING_ENDPOINT: ${{ secrets.BING_ENDPOINT }}
NACHET_SCHEMA: ${{ secrets.NACHET_SCHEMA }}
NACHET_DB_URL: ${{ secrets.NACHET_DB_URL }}

0 comments on commit e8517f0

Please sign in to comment.