-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add the web-hook notification into the GitHub Action CICD #93
Comments
At the moment we have not yet added this to the GitHub Actions, which we would do either on https://github.com/florianutz/Ubuntu1804-CIS/blob/master/travis.yml.bak#L21-L22 |
https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#travis-integrations Looks like Ansible is not interested in supporting GitHub Actions. We should consider staying with Travis |
My plan was to just have a GitHub action created to do what we need. We are
strategic partners with theGithub security team so I can just ask them to
write me what I need.
Remember we’re not normal end-users :-).
I will also send an email over to Michael DeHann and see if he can ask
them to just write the integration.
Shouldn’t be an issue will get it worked out
On Mon, Mar 15, 2021 at 3:19 AM Florian Utz ***@***.***> wrote:
https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#travis-integrations
ansible/galaxy#1379 <ansible/galaxy#1379>
Looks like Ansible is not interested in supporting GitHub Actions. We
should consider staying with Travis
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALK42ENJM2S67V5HQM3Z73TDWYJJANCNFSM4YLZOPBQ>
.
--
--------
Aaron Lippold
***@***.***
260-255-4779
twitter/aim/yahoo,etc.
'aaronlippold'
|
All we really need to know is what web content ansible galaxy is expecting
and we can easily run an action that creates that and sends it over
On Mon, Mar 15, 2021 at 9:18 AM Aaron Lippold ***@***.***>
wrote:
My plan was to just have a GitHub action created to do what we need. We are
strategic partners with theGithub security team so I can just ask them to
write me what I need.
Remember we’re not normal end-users :-).
I will also send an email over to Michael DeHann and see if he can ask
them to just write the integration.
Shouldn’t be an issue will get it worked out
On Mon, Mar 15, 2021 at 3:19 AM Florian Utz ***@***.***>
wrote:
>
>
https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#travis-integrations
>
> ansible/galaxy#1379 <ansible/galaxy#1379>
>
> Looks like Ansible is not interested in supporting GitHub Actions. We
> should consider staying with Travis
>
> —
> You are receiving this because you authored the thread.
>
>
> Reply to this email directly, view it on GitHub
> <
#93 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AALK42ENJM2S67V5HQM3Z73TDWYJJANCNFSM4YLZOPBQ
>
> .
>
--
--------
Aaron Lippold
***@***.***
260-255-4779
twitter/aim/yahoo,etc.
'aaronlippold'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALK42CTLMT7TPNMNPPZYFLTDYCLBANCNFSM4YLZOPBQ>
.
--
--------
Aaron Lippold
***@***.***
260-255-4779
twitter/aim/yahoo,etc.
'aaronlippold'
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a part of the transition from Travis to GitHub Actions, the last part of the workflow that I did not yet address is the notification on success to the Ansible Galaxy on a successful release.
As I did not have time to find a solution, I thought it better to just make an issue and address it as soon as we could.
The text was updated successfully, but these errors were encountered: