Skip to content

Commit 1bb6ac3

Browse files
committed
Plan token is effectively not secret
1 parent 7241851 commit 1bb6ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
env:
2626
NODE_VERSION: 18
2727
TF_CLOUD_ORGANIZATION: ${{ vars.TF_CLOUD_ORGANIZATION }}
28-
TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }}
28+
TF_API_TOKEN: ${{ vars.TF_API_PLAN_TOKEN }}
2929
TF_WORKSPACE: ${{ vars.TF_WORKSPACE }}
3030
CONFIG_DIRECTORY: "./infra"
3131
## Additional env variables

0 commit comments

Comments
 (0)