Skip to content

Commit

Permalink
update publishing bot issue repo to k/k
Browse files Browse the repository at this point in the history
update the repository in which issue is created for updating the publishing-bot
rules for a release from k8s-release-robot/sig-release to k/k.

Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm committed Aug 8, 2023
1 parent 1fd1b20 commit db4bad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ const (
ArchivePath = "archive"

// Publishing bot issue repository
PubBotRepoOrg = "k8s-release-robot"
PubBotRepoName = "sig-release"
PubBotRepoOrg = "kubernetes"
PubBotRepoName = "kubernetes"

DockerHubEnvKey = "DOCKERHUB_TOKEN" // Env var containing the docker key
DockerHubUserName = "k8sreleng" // Docker Hub username
Expand Down

0 comments on commit db4bad1

Please sign in to comment.