mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(shell) rm secret
This commit is contained in:
parent
b74e4d4efa
commit
2f1e097599
2 changed files with 0 additions and 24 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#
|
||||
# part of Cloud Commander
|
||||
# win32 version
|
||||
# secrets of github and dropbox
|
||||
# must not be shared
|
||||
# http://cloudcmd.io
|
||||
#
|
||||
# for using just add %-symbol on start and end of name
|
||||
# like %github_secret%
|
||||
|
||||
set github_key=435c670f44320e287ad6
|
||||
set github_secret=a8b49e8c8c1a6253b149d224149a076270d8d614
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# part of Cloud Commander
|
||||
# *nix version
|
||||
# secrets of github and dropbox
|
||||
# must not be shared
|
||||
# http://cloudcmd.io
|
||||
#
|
||||
# for using just add $-symbol on start of name
|
||||
# like $github_secret
|
||||
|
||||
export github_secret=afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545
|
||||
Loading…
Add table
Add a link
Reference in a new issue