olabusayoT commented on code in PR #17: URL: https://github.com/apache/daffodil-infrastructure/pull/17#discussion_r2373306077
########## actions/release-candidate/README.md: ########## @@ -158,3 +158,37 @@ npm run build The changes this makes to `dist/` must be committed along with the changes to `src/`. + +# Testing + +Perform the following steps to test changes to the daffodil-infrastructure repo on a GitHub fork: + +1. Update the `uses` action of the `ASF Release Candidate` step in the + `.github/workflows/release-candidate.yml` file of the repository to be tested on. Then, + push your changes to your fork of the test repository. +2. Add the secrets required by the `ASF Release Candidate` step to your + test repository. The following secrets are required: + + - DAFFODIL_GPG_SECRET_KEY (any private key without a passphrase) + - DAFFODIL_SVN_DEV_USERNAME + - DAFFODIL_SVN_DEV_PASSWORD, + - NEXUS_STAGE_DEPLOYER_USER + - NEXUS_STAGE_DEPLOYER_PW + + The other secrets can be set to any non-empty value, as they will not be used. Review Comment: Created DAFFODIL-3041 to track -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
