diff --git a/cmd/gcpPublishEvent.go b/cmd/gcpPublishEvent.go index dbcc4b91f5..fbe6a47e98 100644 --- a/cmd/gcpPublishEvent.go +++ b/cmd/gcpPublishEvent.go @@ -62,7 +62,7 @@ func runGcpPublishEvent(utils gcpPublishEventUtils) error { // this is currently returning a mock token. function will be implemented through another PR! // roleID will come from GeneralConfig.HookConfig.OIDCConfig.RoleID - roleID := "hyperspace-pipelines" + roleID := "test" oidcToken, err := utils.GetOIDCTokenByValidation(roleID) if err != nil { return errors.Wrap(err, "failed to get OIDC token")