Create clone creds for repo update
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
f5682e6323
commit
c2b974dfa0
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
package e2e
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/cloudbase/garm/params"
|
||||
)
|
||||
|
||||
|
|
@ -15,4 +17,7 @@ func EnsureTestCredentials(name string, oauthToken string, endpointName string)
|
|||
},
|
||||
}
|
||||
CreateGithubCredentials(createCredsParams)
|
||||
|
||||
createCredsParams.Name = fmt.Sprintf("%s-clone", name)
|
||||
CreateGithubCredentials(createCredsParams)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue