Skip to content

nicruo/GitHubRepoSecrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubRepoSecrets

Description

GitHubRepoSecrets is a project that aims to help developers to manage their GitHub repository secrets. Access repository secrets that you are a writer, even without admin rights.

GitHubRepoSecrets

Installation

  1. Create a GitHub OAuth App and save the client ID and client secret.

  2. Docker

cd src
docker build -t githubreposecrets .
docker run -p 8080:8080 -p 8081:8081 -e GITHUB__CLIENTID='YOUR_CLIENTID' -e GITHUB__CLIENTSECRET='YOUR_CLIENTSECRET' githubreposecrets                              
  1. Alternatively, you can run the project locally.
cd src
dotnet run --project src/GitHubRepoSecrets.csproj

Website in Azure

GitHubRepoSecrets

Cloud Architecture

Cloud Architecture