25 Sep 2024 04:27 PM - last edited on 26 Sep 2024 07:36 AM by MaciejNeumann
Hello i've searched everything and nowhere says where i can create secrets foe the integration with github in order to get notified for every change i do in the code from dynatrace. It says we need to complete these secerets in githab DYNATRACE_URL_GEN3: ${{ secrets.DYNATRACE_URL_GEN3 }}
ACCOUNT_URN: ${{ secrets.ACCOUNT_URN }}
DYNATRACE_CLIENT_ID: ${{ secrets.DYNATRACE_CLIENT_ID }}
DYNATRACE_SECRET: ${{ secrets.DYNATRACE_SECRET }}
DYNATRACE_SSO_URL: ${{ secrets.DYNATRACE_SSO_URL }}
where do we find each one? Especially DYNATRACE_URL_GEN3
Thanks
26 Sep 2024 06:19 AM
Hello @Manosirigosdyn7
I need a bit more details to help you.
BR, Johannes
26 Sep 2024 08:42 AM
Hello Johannes,
what we want is the following:
when for example we make a new commit on github, we want an event to be sent to dynatrace and trigger a workflow. We tried this : https://github.com/Dynatrace/dynatrace-automation-tools
Thanks
30 Sep 2024 07:12 AM
Hello @Manosirigosdyn7
Thanks. No I understand the use case.
Instead of using the dynatrace-automation-tools, would it be an option for you to ingest the GitHub webhooks on the https://{your-environment-id}.live.dynatrace.com/platform/ingest/v1/events.sdlc endpoint?
Advantage: You don`t need to change your GitHub workflows.
Would this approach work for you?