Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE -- testing secrets #513

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

DO NOT MERGE -- testing secrets #513

wants to merge 21 commits into from

Conversation

aforward
Copy link
Contributor

@aforward aforward commented Apr 11, 2023

Troubleshooting org level secrets
#450

This should not be merged, but rather used to run the actions.

For example,

https://github.com/eclipse-pass/main/actions/runs/4670727484

Screenshot 2023-04-11 at 14 23 15


- name: Build and publish new dev version
run: mvn -B -U -V -ntp deploy -P release
mvn -B -U -V -ntp release:prepare -DdryRun=true -DreleaseVersion=0.001 -Dtag=0.001 -DdevelopmentVersion=0.002 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be able to use this Maven command to test things out:

mvn -B -V -ntp verify gpg:sign -P release

The release profile used here should trigger the gpg:sign goal anyway, but it won't hurt anything to be explicit about his goal anyway.

I haven't been able to get this to error out locally, so I'm not 100% sure this will do the trick

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.

2 participants