Skip to content
This repository was archived by the owner on Aug 29, 2026. It is now read-only.

fix@25976944753 [skip fix] - #63

Merged
galargh merged 1 commit into
masterfrom
master-fix
May 31, 2026
Merged

fix@25976944753 [skip fix]#63
galargh merged 1 commit into
masterfrom
master-fix

Conversation

@ghost

@ghost ghost commented May 17, 2026

Copy link
Copy Markdown

The changes in this PR were made by a bot. Please review carefully.

@ghost
ghost temporarily deployed to read May 17, 2026 00:31 Inactive
@ghost
ghost temporarily deployed to read May 17, 2026 00:32 Inactive
@github-actions

github-actions Bot commented May 17, 2026

Copy link
Copy Markdown
Contributor

Before merge, verify that all the following plans are correct. After merge, Apply will regenerate the plans from the merged commit and continue only if they match.

Terraform plans

ipshipyard
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  ~ update in-place

Terraform will perform the following actions:

  # github_repository.this["js-crypto"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "js-crypto"
        name                        = "js-crypto"
        # (36 unchanged attributes hidden)

      ~ security_and_analysis {
          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }
          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }

        # (1 unchanged block hidden)
    }

  # github_repository.this["js-keychain"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "js-keychain"
        name                        = "js-keychain"
        # (36 unchanged attributes hidden)

      ~ security_and_analysis {
          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }
          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }

        # (1 unchanged block hidden)
    }

  # github_repository.this["verified-eth-provider"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "verified-eth-provider"
        name                        = "verified-eth-provider"
        # (36 unchanged attributes hidden)

      ~ security_and_analysis {
          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }
          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

  # github_repository_collaborator.this["js-crypto:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "js-crypto"
      + username                    = "web3-bot"
    }

  # github_repository_collaborator.this["js-keychain:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "js-keychain"
      + username                    = "web3-bot"
    }

Plan: 2 to add, 3 to change, 0 to destroy.

@ghost
ghost force-pushed the master-fix branch from e935afa to 6cf09f5 Compare May 24, 2026 00:33
@ghost
ghost temporarily deployed to read May 24, 2026 00:33 Inactive
@ghost
ghost temporarily deployed to read May 24, 2026 00:34 Inactive
@ghost
ghost force-pushed the master-fix branch from 6cf09f5 to e739eb3 Compare May 31, 2026 00:37
@ghost
ghost temporarily deployed to read May 31, 2026 00:37 Inactive
@ghost
ghost temporarily deployed to read May 31, 2026 00:37 Inactive
@galargh
galargh merged commit 7ad8135 into master May 31, 2026
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant