mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 21:44:44 +00:00
Fix incorrect Bitbucket client secret
This commit is contained in:
parent
de1853159b
commit
82eb00a4d0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func setupRemote(c *cli.Context) (remote.Remote, error) {
|
||||||
func setupBitbucket(c *cli.Context) (remote.Remote, error) {
|
func setupBitbucket(c *cli.Context) (remote.Remote, error) {
|
||||||
return bitbucket.New(
|
return bitbucket.New(
|
||||||
c.String("bitbucket-client"),
|
c.String("bitbucket-client"),
|
||||||
c.String("bitbucket-server"),
|
c.String("bitbucket-secret"),
|
||||||
), nil
|
), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue