Skip to content

Commit

Permalink
Merge pull request #3 from Resourcely-Inc/drbild/use-prod-api
Browse files Browse the repository at this point in the history
workflow: switch from dev to prod API
  • Loading branch information
drbild authored Dec 22, 2023
2 parents 372bc33 + 36617c0 commit 9ef8f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
uses: Resourcely-Inc/resourcely-action@v1
with:
resourcely_api_token: ${{ secrets.RESOURCELY_API_TOKEN }}
resourcely_api_host: "https://api.dev.resourcely.io"
resourcely_api_host: "https://api.resourcely.io"
tf_plan_directory: "tf-plan-files"

0 comments on commit 9ef8f92

Please sign in to comment.