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.
Included in this PR
You will need to configure the required keys from your accounts in github. This will require you to create an environment called "release" (repo settings -> environments -> create a new environment) and then once that is created, you will need to add the 2 secrets to that environment called
AH_TOKEN
andANSIBLE_GALAXY_API_KEY
. These workflows are already setup to call them by those names but if you wish to change their names etc, feel free to do that, just know that these files will need to be changed accordingly as well.Also included is a token refresh workflow that is just a cron job to help maintain the activity on the AH key that you have so that it doesn't die and force you to refresh.
To trigger a release of the collection to both galaxy and AH, you will need to do 2 things:
Once that release is successful/in the published state, it will trigger this workflow.
Happy to answer any other questions that you might have here or in an email thread.