chore(github): complete pdp-explorer access handover - #53
Merged
Conversation
Contributor
|
The following access changes will be introduced as a result of applying the plan: Access Changes |
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 plansFilOzoneTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
- destroy
Terraform will perform the following actions:
# github_team_repository.this["filoz-fs:pdp-explorer"] will be created
+ resource "github_team_repository" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ permission = "push"
+ repository = "pdp-explorer"
+ team_id = "13124042"
}
# github_team_repository.this["storswift:pdp-explorer"] will be destroyed
# (because key ["storswift:pdp-explorer"] is not in for_each map)
- resource "github_team_repository" "this" {
- etag = "W/\"8ffc74f399e563204869903d9dbf4cb442bde5d04ce5b102aa90d6451bb19c25\"" -> null
- id = "13327704:pdp-explorer" -> null
- permission = "maintain" -> null
- repository = "pdp-explorer" -> null
- team_id = "13327704" -> null
}
Plan: 1 to add, 0 to change, 1 to destroy. |
silent-cipher
approved these changes
Jul 27, 2026
BigLep
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pdp-explorerfiloz-fsteam push access alongsidefoc-wg-engsilent-cipherat the existing maintain roleWhy do you need this?
This completes the remaining GitHub permissions handover described in the FOC WG PDP Explorer maintenance plan. The public deployment, Goldsky subgraphs, release automation, and monitoring are already operational.
The maintain role is sufficient for repository Actions secrets and releases. Organization owners retain admin access for sensitive repository settings such as access management and rulesets, so this PR does not increase an individual collaborator to admin.
Closes FilOzone/infra#339