mirror of
https://github.com/zoriya/cish.git
synced 2025-12-05 23:06:18 +00:00
6 lines
110 B
Go
6 lines
110 B
Go
package github
|
|
|
|
func CreateRepositoryAccessToken(repoName string, installationID int64) string {
|
|
return ""
|
|
}
|