File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish Snapshot
2+ # Required secrets / variables:
3+ #
4+ # Secrets are loaded from 1Password when both of the following are set:
5+ # - secrets.OP_SERVICE_ACCOUNT_TOKEN — 1Password service account token
6+ # - vars.ONE_PASSWORD_SECRET_REFERENCES — 1Password secret references for the variables below
7+ #
8+ # Without 1Password, set these GitHub repository secrets directly as a fallback:
9+ # - MAVEN_GPG_PRIVATE_KEY — armored GPG private key (used to sign artifacts)
10+ # - MAVEN_GPG_PASSPHRASE — passphrase for the GPG key
11+ # - MAVEN_CENTRAL_PORTAL_TOKEN_USERNAME — Maven Central portal token username
12+ # - MAVEN_CENTRAL_PORTAL_TOKEN_PASSWORD — Maven Central portal token password
213
314concurrency :
415 group : deploy-master
Original file line number Diff line number Diff line change 11name : Release
2+ # Required secrets / variables:
3+ #
4+ # Secrets are loaded from 1Password when both of the following are set:
5+ # - secrets.OP_SERVICE_ACCOUNT_TOKEN — 1Password service account token
6+ # - vars.ONE_PASSWORD_SECRET_REFERENCES — 1Password secret references for the variables below
7+ #
8+ # Without 1Password, set these GitHub repository secrets directly as a fallback:
9+ # - MAVEN_GPG_PRIVATE_KEY — armored GPG private key (used to sign artifacts)
10+ # - MAVEN_GPG_PASSPHRASE — passphrase for the GPG key
11+ # - MAVEN_CENTRAL_PORTAL_TOKEN_USERNAME — Maven Central portal token username
12+ # - MAVEN_CENTRAL_PORTAL_TOKEN_PASSWORD — Maven Central portal token password
213
314# Triggered when a GitHub release is published (released).
415# Builds, signs, and publishes all artifacts to Maven Central automatically.
You can’t perform that action at this time.
0 commit comments