Skip to content

Commit

Permalink
upload secrets template
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvandervoort committed Oct 11, 2024
1 parent cb8afe6 commit 46fc47c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,5 @@ cython_debug/
#.idea/
*.xlsx
*.xlsm
.DS_Store
secrets.*
secrets.yml
secrets.yml
.DS_Store
10 changes: 10 additions & 0 deletions secrets.yml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
secrets:
- account: customer1
api-client-name: your-api-client-name
api-key: your-secret-key-123456789
- account: customer2
api-client-name: your-api-client-name
api-key: your-secret-key-123456789
- account: customer3
api-client-name: your-api-client-name
api-key: your-secret-key-123456789

0 comments on commit 46fc47c

Please sign in to comment.