Skip to content

Commit 7ab5cfc

Browse files
committed
fix: unused variables
1 parent 9c89cb1 commit 7ab5cfc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ on:
1313
config_directory:
1414
type: string
1515
default: "./"
16-
secrets:
17-
cloud_token:
18-
required: true
1916

2017
jobs:
2118
terraform-cloud-speculative-plan:
@@ -31,7 +28,7 @@ jobs:
3128

3229
env:
3330
TF_CLOUD_ORGANIZATION: ${{ inputs.cloud_organization }}
34-
TF_API_TOKEN: ${{ secrets.cloud_token }}
31+
TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }}
3532
TF_WORKSPACE: ${{ inputs.cloud_workspace }}
3633
CONFIG_DIRECTORY: ${{ inputs.config_directory }}
3734

0 commit comments

Comments
 (0)