Skip to content

Commit

Permalink
ci: updated test action file with env values
Browse files Browse the repository at this point in the history
  • Loading branch information
sundarlogan committed May 9, 2024
1 parent fe8a8df commit d087e97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ on:
- master
env:
AZURE_DEVOPS_PAT: "${{ secrets.AZURE_DEVOPS_PAT }}"
ORGANIZATION_URL: "${{ secrets.ORGANIZATION_URL }}"
PROJECT_ID: "${{ secrets.PROJECT_ID }}"
PLAN_ID: 12
SUITE_ID: 14
RUN_NAME: 'sample'
CONFIGURATION_NAME: 'stage'

jobs:
test:
Expand Down

0 comments on commit d087e97

Please sign in to comment.