Workflow copy added; secrets in Repo view.#25
Open
opencode-agent[bot] wants to merge 1 commit intomainfrom
Open
Workflow copy added; secrets in Repo view.#25opencode-agent[bot] wants to merge 1 commit intomainfrom
opencode-agent[bot] wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: friuns <friuns@users.noreply.github.com>
🚀 Netlify DeploymentDeploy URL: https://694b653e57fa50cd0e56aa7e--my-test-site3.netlify.app Branch: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The implementation is complete! I've successfully added the feature to copy workflows from the VibeGithub repository and clarified where secrets are set.
Summary of Changes
1. Enhanced GitHub Service (
services/githubService.ts)fetchFileContent()function to retrieve file contents from a repositorycreateOrUpdateFile()function to create or update files via GitHub APIcopyVibeGithubWorkflows()function that:friuns/VibeGithub/.github/workflows2. Updated Repo Detail View (
views/RepoDetail.tsx)handleCopyWorkflows()function that calls the new service function3. Where to Set Secrets
Repository secrets can be managed in the Repo Detail view by clicking the "Secrets" button in the header. This opens a modal where you can:
The app already had comprehensive secret management functionality, so no additional changes were needed there.
The feature allows users to easily copy the standard workflows from the VibeGithub repository to their own repositories, which is useful for setting up common CI/CD pipelines.
Closes #24
opencode session | github run