Workflow copy added; secrets in Repo view. #25
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