-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: replace automation hub workflow secret with release_galaxy secret #125
Conversation
cc @KB-perByte |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trfore Thank you so much for this PR! As you can see the tests are failing, this is because you need to update the test fixtures as well, to reflect this change.
As soon as the CI is green, I'll merge this PR.
@NilashishC thanks, my apologies, resolved with commit 47d0ea1 |
Adds the correct workflow secret key for release_galaxy.yaml; fixing the
release.yaml
workflow script that is generated usingansible-creator init
.The ansible-content-actions has two release workflows for automation hub and galaxy. Each uses different secret key values,
ah_token
andansible_galaxy_api_key
.