-
Notifications
You must be signed in to change notification settings - Fork 196
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
Initiating the Extractor and Publisher Pipelines deployed within Azure DevOps from a GitHub Repository #388
Comments
🎉 Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the closed issues in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.). |
@anotherRedbeard when you say "while having my code be stored in a GitHub Repository" you mean you would like to store the pipelines, the PRs, as well as the extracted artifacts on the Github side? So you would basically have azure devops run the pipelines only? |
@waelkdouh , yes that is correct! |
I've been reviewing the pipelines and specifically the 'Create Pull Request' powershell and believe I've been able to make some minor changes to the publisher.yaml and extractor.yaml pipelines and got this to run successfully. From a high level, I used a Github Personal Access Token(PAT) to create the PR instead of using the
That should be it. With that I'll close this issue. |
Release version
v4.10.1
Describe the bug
I would like to be able to run the AzDO yaml pipelines to extract and publish my changes from API Management while having my code be stored in a GitHub Repository. I tried to use the existing pipelines to accomplish this, but was unsuccessful.
Expected behavior
The expectation would be for extractor to extract the files, and create a pull request and once the pull request is merged the publisher would publish the changes to the API Management environments.
Actual behavior
What actually happened when I ran the extractor was this:
Reproduction Steps
For the setup, I am following the steps in the document for the AzDO setup and then ran the extractor manually.
The text was updated successfully, but these errors were encountered: