Skip to content

Commit

Permalink
Issue #109: Add env variables required for concerned repos calling it
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Mar 28, 2024
1 parent e3fdb01 commit a15cfb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,6 @@ jobs:
PGPASSWORD: ${{ secrets.PGPASSWORD }}
PGPORT: ${{ secrets.PGPORT }}
PGUSER: ${{ secrets.PGUSER }}
BING_SEARCH_KEY: ${{ secrets.BING_SEARCH_KEY }}
BING_ENDPOINT: ${{ secrets.BING_ENDPOINT }}
NAHCET_SCHEMA: ${{ secrets.NAHCET_SCHEMA }}

0 comments on commit a15cfb1

Please sign in to comment.