mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
fixed bug with auth in github
This commit is contained in:
parent
97a8897286
commit
0a513ddc23
6 changed files with 18 additions and 9 deletions
|
|
@ -8,4 +8,5 @@
|
|||
# for using just add %-symbol on start and end of name
|
||||
# like %github_secret%
|
||||
|
||||
github_secret=e21b3724d84f0f7570d2d04d8e055f3cc3be3071
|
||||
set github_key=435c670f44320e287ad6
|
||||
set github_secret=a8b49e8c8c1a6253b149d224149a076270d8d614
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# part of Cloud Commander
|
||||
# *nix version
|
||||
|
|
@ -8,4 +9,4 @@
|
|||
# for using just add $-symbol on start of name
|
||||
# like $github_secret
|
||||
|
||||
export github_secret=e21b3724d84f0f7570d2d04d8e055f3cc3be3071
|
||||
export github_secret=afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue