Add .secrets file to define GitHub secrets values locally

This commit is contained in:
Ahmed Ejaz
2025-10-04 19:24:07 +05:00
parent 4a5938c0f7
commit 9f5d73184f
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -59,3 +59,4 @@ yarn-debug.log*
/config/credentials.yml.enc /config/credentials.yml.enc
/config/master.key /config/master.key
.secrets

4
.secrets.example Normal file
View File

@@ -0,0 +1,4 @@
# .secrets file define github secrets value locally
DEPENDABOT_PR_APP_ID=123456
DEPENDABOT_PR_APP_INSTALLATION_ID=123456
DEPENDABOT_PR_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\n....\n-----END RSA PRIVATE KEY-----"