Skip to content

Commit

Permalink
fix: switch TF API URL to the production API endpoint
Browse files Browse the repository at this point in the history
Fixes #546

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Jan 12, 2024
1 parent eeac90a commit 00177b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets/packit/prod/packit-service.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ validate_webhooks: true

{{ vault.packit_service | to_nice_yaml }}

testing_farm_api_url: https://api.dev.testing-farm.io/v0.1/
testing_farm_api_url: https://api.testing-farm.io/v0.1/
enabled_projects_for_internal_tf:
- github.com/packit/hello-world
- github.com/oamg/convert2rhel
Expand Down

0 comments on commit 00177b6

Please sign in to comment.