Skip to content

Conversation

@nourshoreibah
Copy link
Collaborator

ℹ️ Issue

Closes

📝 Description

  • CI is breaking right now because .env isnt being detected
  • Create an actual .env file instead of injecting

Write a short summary of what you added. Why is it important? Any member of C4C should be able to read this and understand your contribution -- not just your team members.

Briefly list the changes made to the code:

  1. Added support for this.
  2. And removed redunant use of that.
  3. Also this was included for reasons.

✔️ Verification

What steps did you take to verify your changes work? These should be clear enough for someone to be able to clone the branch and follow the steps themselves.

Provide screenshots of any new components, styling changes, or pages.

🏕️ (Optional) Future Work / Notes

Did you notice anything ugly during the course of this ticket? Any bugs, design challenges, or unexpected behavior? Write it down so we can clean it up in a future ticket!

github-actions bot added a commit that referenced this pull request Feb 12, 2026
nourshoreibah and others added 2 commits February 12, 2026 18:40
  - Auto-formatted .tf files with terraform fmt
  - Updated README.md with terraform-docs

  Co-authored-by: nourshoreibah <nourshoreibah@users.noreply.github.com>
@github-actions
Copy link
Contributor

Terraform Plan Failed ❌ infrastructure/github

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Show Error Details
data.infisical_secrets.github_folder: Reading...
data.infisical_secrets.cognito_folder: Reading...
data.infisical_secrets.aws_folder: Reading...
data.infisical_secrets.slack_folder: Reading...
data.infisical_secrets.infisical_folder: Reading...
data.infisical_secrets.slack_folder: Read complete after 0s
data.infisical_secrets.github_folder: Read complete after 0s
data.infisical_secrets.aws_folder: Read complete after 0s
data.infisical_secrets.infisical_folder: Read complete after 0s
data.infisical_secrets.cognito_folder: Read complete after 0s
github_repository.branch: Refreshing state... [id=branch]
github_actions_secret.slack_bot_token: Refreshing state... [id=branch:SLACK_BOT_TOKEN]
github_actions_secret.aws_access_key_id: Refreshing state... [id=branch:AWS_ACCESS_KEY_ID]
github_branch_default.main: Refreshing state... [id=branch]
github_branch_protection.main: Refreshing state... [id=BPR_kwDOPjZxzc4D-9hQ]
github_actions_secret.aws_secret_access_key: Refreshing state... [id=branch:AWS_SECRET_ACCESS_KEY]
github_actions_secret.infisical_client_id: Refreshing state... [id=branch:INFISICAL_CLIENT_ID]
github_branch_protection.bot_state: Refreshing state... [id=BPR_kwDOPjZxzc4EU_R9]
github_actions_secret.infisical_client_secret: Refreshing state... [id=branch:INFISICAL_CLIENT_SECRET]
github_branch.bot_state: Refreshing state... [id=branch:bot-state]
github_repository_file.bot_state_json: Refreshing state... [id=branch:state.json:bot-state]
github_repository_file.bot_config_json: Refreshing state... [id=branch:config.json:bot-state]

Planning failed. Terraform encountered an error while generating this plan.


Warning: Argument is deprecated

  with github_repository.branch,
  on main.tf line 6, in resource "github_repository" "branch":
   6:   has_downloads   = true

This attribute is no longer in use, but it hasn't been removed yet. It will
be removed in a future version. See
https://github.com/orgs/community/discussions/102145#discussioncomment-8351756

Error: Invalid index

  on secrets.tf line 55, in resource "github_actions_secret" "cognito_user_pool_id":
  55:   plaintext_value = data.infisical_secrets.cognito_folder.secrets["user_pool_id"].value
    ├────────────────
    │ data.infisical_secrets.cognito_folder.secrets is map of object with 2 elements

The given key does not identify an element in this collection value.

Error: Invalid index

  on secrets.tf line 61, in resource "github_actions_secret" "cognito_client_id":
  61:   plaintext_value = data.infisical_secrets.cognito_folder.secrets["client_id"].value
    ├────────────────
    │ data.infisical_secrets.cognito_folder.secrets is map of object with 2 elements

The given key does not identify an element in this collection value.

Pushed by: @nourshoreibah, Action: pull_request

@nourshoreibah nourshoreibah merged commit 355cb49 into main Feb 12, 2026
@nourshoreibah nourshoreibah deleted the fix-ci branch February 12, 2026 23:44
github-actions bot added a commit that referenced this pull request Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant