Skip to content

Commit

Permalink
Added environment variables for platform
Browse files Browse the repository at this point in the history
  • Loading branch information
delinea-sagar authored Apr 5, 2024
1 parent 8e14569 commit 6638678
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ env:
TSS_TEST_PASSWORD: ${{ secrets.TSS_TEST_PASSWORD }}
TSS_SEARCH_FIELD: ${{ secrets.TSS_SEARCH_FIELD }}
TSS_SEARCH_TEXT: ${{ secrets.TSS_SEARCH_TEXT }}
TSS_PLATFORM_USERNAME: ${{ secrets.TSS_PLATFORM_USERNAME }}
TSS_PLATFORM_PASSWORD: ${{ secrets.TSS_PLATFORM_PASSWORD }}
TSS_PLATFORM_SERVER_URL: ${{ secrets.TSS_PLATFORM_URL }}

jobs:
build:
Expand Down

0 comments on commit 6638678

Please sign in to comment.