Skip to content

Commit ca756f0

Browse files
authored
Merge pull request #3 from soat-tech-challenge/feat/inherit-secrets
fix: unused variables
2 parents 75ad418 + 7ab5cfc commit ca756f0

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)