feat: Add github_actions_organization_permissions data source to provider#3466
Open
casstait-qctrl wants to merge 1 commit into
Conversation
|
👋 Hi, and thank you for this contribution! This repo is maintained by GitHub and community members on a best-effort basis. We'll get to this as soon as we can. You can help us prioritize by joining the discussion on open issues and PRs, sharing details on the changes you need, and reviewing other contributions. 🤖 This is an automated message. |
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.
Resolves #3465
Before the change?
github_actions_organization_permissionsdata source was not availableAfter the change?
New data source
github_actions_organization_permissions:Attributes Reference
allowed_actions- The permissions policy that controls the actions that are allowed to run. Can be one of:all,local_only, orselected.enabled_repositories- The policy that controls the repositories in the organization that are allowed to run GitHub Actions. Can be one of:all,none, orselected.allowed_actions_config- (Set whenallowed_actionsisselected) The actions that are allowed in the organization.github_owned_allowed- Whether GitHub-owned actions are allowed in the organization.patterns_allowed- Specifies a list of string-matching patterns to allow specific action(s).verified_allowed- Whether actions in GitHub Marketplace from verified creators are allowed.enabled_repositories_config- (Set whenenabled_repositoriesisselected) The list of selected repositories enabled for GitHub Actions.repository_ids- List of repository IDs enabled for GitHub Actions.sha_pinning_required- Whether pinning to a specific SHA is required for all actions and reusable workflows in an organization.Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!