Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Update destroy-np.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolftousen authored Jan 10, 2024
1 parent 55d96d4 commit 42676a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/destroy-np.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ jobs:
working-directory: infra/terragrunt/nonprod/timebot/
run: |
terragrunt force-unlock 7ee8ff6e-63b0-0e3c-1f48-4fe90c7ab8de
env:
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
ARM_TENANT_ID: "1b4a4fed-fed8-4823-a8a0-3d5cea83d122"
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_NONPROD_SUBSCRIPTION_ID }}
TF_VAR_acr_subscription_id: ${{ secrets.AZURE_NONPROD_SUBSCRIPTION_ID }}
TF_VAR_timebot_image: "${{ env.IMAGE_NAME }}:${{ needs.build.outputs.docker_tag }}"
TF_VAR_app_token: ${{ secrets.NONPROD_APP_TOKEN }}
TF_VAR_bot_user_token: ${{ secrets.NONPROD_BOT_TOKEN }}
TF_VAR_harvest_token: ${{ secrets.NONPROD_HARVEST_TOKEN }}
TF_VAR_harvest_id: ${{ secrets.NONPROD_HARVEST_ID }}
TF_VAR_harvest_url: "https://api.harvestapp.com/v2/"
- name: Plan Timebot Destroy
working-directory: infra/terragrunt/nonprod/timebot/
run: |
Expand Down

0 comments on commit 42676a6

Please sign in to comment.