Skip to content

Commit

Permalink
enable swagger in PR validation environments
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara committed Jan 18, 2023
1 parent 10bf13c commit 396c214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
TEST_ACCOUNT_CLIENT_SECRET: "${{ secrets.TEST_ACCOUNT_CLIENT_SECRET }}"
TERRAFORM_STATE_CONTAINER_NAME: ${{ secrets.TERRAFORM_STATE_CONTAINER_NAME }}
TRE_ADDRESS_SPACE: ${{ secrets.TRE_ADDRESS_SPACE }}
ENABLE_SWAGGER: ${{ secrets.ENABLE_SWAGGER }}
ENABLE_SWAGGER: true
TRE_ID: ${{ format('tre{0}', needs.pr_comment.outputs.prRefId) }}
CI_CACHE_ACR_NAME: ${{ secrets.ACR_NAME }}
TF_LOG: ${{ secrets.TF_LOG }}

0 comments on commit 396c214

Please sign in to comment.