Skip to content
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

Update connect-a-code-repository.md #3044

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/ca/dev/connect-a-code-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ We recommend mapping your branches to environments as follows:
This opens the pipeline editing page.
5. In the **Edit: Source** pane, click **Edit stage**.
6. In the **Spryker_App_Src** section, click the *Edit action* button.

![edit-action](https://spryker.s3.eu-central-1.amazonaws.com/docs/ca/dev/connect-a-code-repository.md/edit-action.png)

This opens the **Edit action** window.
This opens the **Edit action** window.
7. For **Action provider**, select **GitHub(via GitHub App)**.
This adds GitHub related fields to the window.
This adds GitHub related fields to the window.
8. Click **Connect to GitHub** and authorize AWS CodePipeline to access your GitHub repository.
9. For **Repository name**, enter and select the repository you want to connect.
10. For **Branch name**, enter and select the branch you want to connect.
Expand Down
Loading