Skip to content

Fix: install copilot in deploy workflow #117

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

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Conversation

lalver1
Copy link
Member

@lalver1 lalver1 commented Jun 2, 2025

We noticed in #111 (comment) that there was already a folder called copilot in the location where curl was originally trying to install the copilot binary.

This fix installs copilot in a different directory to avoid the conflict.

there was already a folder called copilot in the location where
curl was originally trying to install the copilot binary.
this fix installs copilot in a different directory to avoid
the conflict.
@lalver1 lalver1 self-assigned this Jun 2, 2025
Copy link

github-actions bot commented Jun 2, 2025

Coverage report

This PR does not seem to contain any modification to coverable code.

@lalver1 lalver1 marked this pull request as ready for review June 2, 2025 15:48
@lalver1 lalver1 requested a review from a team as a code owner June 2, 2025 15:48
Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@lalver1 lalver1 merged commit 171c5ee into main Jun 2, 2025
6 checks passed
@lalver1 lalver1 deleted the ci/fix-install-copilot branch June 2, 2025 16:03
@lalver1
Copy link
Member Author

lalver1 commented Jun 2, 2025

The installation of copilot was fixed 🎉 but we ran into a permissions issue in the Action run. We need to give permissions to the GitHub Action to acess the SSM Parameter Store since the manifest of the web service requires it. Once we modify the permission, we'll retry the workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants