Skip to content

Comments

Add CD workflow for Gradle Plugin Portal#36

Merged
andrefigas merged 1 commit intomainfrom
feature/setup_cd
Feb 7, 2026
Merged

Add CD workflow for Gradle Plugin Portal#36
andrefigas merged 1 commit intomainfrom
feature/setup_cd

Conversation

@andrefigas
Copy link
Owner

Summary

  • Adds a CD workflow that publishes the plugin to Gradle Plugin Portal on push to main
  • Uses GitHub Environment release with required reviewer for secure access control over publish credentials

Manual setup required

  1. Go to Settings > Environments > New environment > name it release
  2. Protection rules: Required reviewers > add andrefigas
  3. Deployment branches: Selected branches > main
  4. Environment secrets: add GRADLE_PUBLISH_KEY and GRADLE_PUBLISH_SECRET

Test plan

Publishes to Gradle Plugin Portal on push to main using the
publishPlugins task. Uses GitHub Environment 'release' with
required reviewer for access control over publish credentials.
@andrefigas andrefigas merged commit 200d5c8 into main Feb 7, 2026
1 check passed
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